1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

gp:: Warped Coast and Crystal World do not work in a4

This commit is contained in:
Zeno Rogue
2018-07-10 21:55:54 +02:00
parent a91195bda1
commit 3345999180
2 changed files with 4 additions and 0 deletions

View File

@@ -1156,6 +1156,9 @@ land_validity_t& land_validity(eLand l) {
if(l == laWhirlpool && a4)
return dont_work;
if(isWarped(l) && a4 && gp::on)
return dont_work;
// equidistant-based lands
if(isEquidLand(l)) {
// no equidistants supported in chaos mode