laDual and laSnakeNest now appear when legal

This commit is contained in:
Zeno Rogue 2022-09-29 15:13:15 +02:00
parent 1c24daea77
commit ac088d1d41
1 changed files with 2 additions and 2 deletions

View File

@ -539,8 +539,8 @@ EX eLand getNewLand(eLand old) {
if(!ls::std_chaos()) tab[cnt++] = laPrairie;
if(old == laPrairie) LIKELY tab[cnt++] = laBull;
if(old == laBull && !ls::any_chaos()) LIKELY tab[cnt++] = laPrairie;
if(ls::std_chaos() && geometry) tab[cnt++] = laDual;
if(ls::std_chaos() && geosupport_threecolor()) tab[cnt++] = laSnakeNest;
tab[cnt++] = laDual;
tab[cnt++] = laSnakeNest;
}
if(landUnlocked(laTrollheim)) {