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:
parent
1c24daea77
commit
ac088d1d41
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user