mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
in getNewLand, both laMirrorOld and laMirror are now options, so both are supported in custom land list
This commit is contained in:
parent
d0d354b53a
commit
26e61783b2
@ -552,7 +552,8 @@ EX eLand getNewLand(eLand old) {
|
||||
// the intermediate lands
|
||||
if(all_unlocked || gold() >= R30) {
|
||||
tab[cnt++] = laCrossroads;
|
||||
tab[cnt++] = (geometry || ls::hv_structure()) ? laMirrorOld : laMirror;
|
||||
tab[cnt++] = laMirrorOld;
|
||||
tab[cnt++] = laMirror;
|
||||
tab[cnt++] = laOcean;
|
||||
tab[cnt++] = laLivefjord;
|
||||
if(all_unlocked || kills[moVizier]) tab[cnt++] = laEmerald;
|
||||
|
Loading…
Reference in New Issue
Block a user