StrongWind allowed in Euclidean -- why not?

This commit is contained in:
Zeno Rogue 2017-11-03 19:45:26 +01:00
parent a4268e0ed6
commit 2d5eee7035
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void reduceOrbPowers() {
if(cwt.c->land != laWildWest)
reduceOrbPower(itRevolver, 6);
whirlwind::calcdirs(cwt.c);
items[itStrongWind] = !items[itOrbAether] && whirlwind::qdirs == 1 && !euclid;
items[itStrongWind] = !items[itOrbAether] && whirlwind::qdirs == 1;
items[itWarning] = 0;
}