mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
StrongWind allowed in Euclidean -- why not?
This commit is contained in:
parent
a4268e0ed6
commit
2d5eee7035
2
orbs.cpp
2
orbs.cpp
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user