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

@ -3079,6 +3079,7 @@ bool has_nice_dual() {
if(!nonbitrunc) return true;
if((S7 & 1) == 0) return true;
if(!gp::on) return false;
if(a4) return false;
return (gp::param.first + gp::param.second * 2) % 3 == 0;
}

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