mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +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(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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user