1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-28 13:43:20 +00:00

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

View File

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