mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
marked Whirlpool as not working in a4
This commit is contained in:
parent
291f326634
commit
f316be6793
@ -1153,6 +1153,9 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(chaosmode && (l == laTemple || l == laHive || l == laOcean || l == laHaunted))
|
||||
return special_chaos;
|
||||
|
||||
if(l == laWhirlpool && a4)
|
||||
return dont_work;
|
||||
|
||||
// equidistant-based lands
|
||||
if(isEquidLand(l)) {
|
||||
// no equidistants supported in chaos mode
|
||||
|
Loading…
Reference in New Issue
Block a user