1
0
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:
Zeno Rogue 2018-07-10 21:29:33 +02:00
parent 291f326634
commit f316be6793

View File

@ -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