mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +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))
|
if(chaosmode && (l == laTemple || l == laHive || l == laOcean || l == laHaunted))
|
||||||
return special_chaos;
|
return special_chaos;
|
||||||
|
|
||||||
|
if(l == laWhirlpool && a4)
|
||||||
|
return dont_work;
|
||||||
|
|
||||||
// equidistant-based lands
|
// equidistant-based lands
|
||||||
if(isEquidLand(l)) {
|
if(isEquidLand(l)) {
|
||||||
// no equidistants supported in chaos mode
|
// no equidistants supported in chaos mode
|
||||||
|
Loading…
Reference in New Issue
Block a user