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:
@@ -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
|
||||
|
Reference in New Issue
Block a user