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
1 changed files with 3 additions and 0 deletions

View File

@ -1152,6 +1152,9 @@ land_validity_t& land_validity(eLand l) {
// special construction in the Chaos mode
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)) {