mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-25 15:30:13 +00:00
fixed Zebra unlocking
This commit is contained in:
parent
fb0ca384be
commit
77f59648f0
@ -761,8 +761,10 @@ eLand getNewLand(eLand old) {
|
|||||||
tab[cnt++] = laPalace;
|
tab[cnt++] = laPalace;
|
||||||
if(old == laDragon && items[itElixir] >= U10) LIKELY tab[cnt++] = laReptile;
|
if(old == laDragon && items[itElixir] >= U10) LIKELY tab[cnt++] = laReptile;
|
||||||
if(kills[moVizier]) tab[cnt++] = laEmerald;
|
if(kills[moVizier]) tab[cnt++] = laEmerald;
|
||||||
if(items[itFeather] >= U10) tab[cnt++] = laZebra;
|
if(items[itFeather] >= U10) {
|
||||||
if(old == laMotion || old == laHunting) LIKELY2 tab[cnt++] = laZebra;
|
tab[cnt++] = laZebra;
|
||||||
|
if(old == laMotion || old == laHunting) LIKELY2 tab[cnt++] = laZebra;
|
||||||
|
}
|
||||||
tab[cnt++] = laWarpCoast;
|
tab[cnt++] = laWarpCoast;
|
||||||
if(euclid) tab[cnt++] = laWarpSea;
|
if(euclid) tab[cnt++] = laWarpSea;
|
||||||
// Ivory Tower tends to crash while generating equidistant
|
// Ivory Tower tends to crash while generating equidistant
|
||||||
|
Loading…
x
Reference in New Issue
Block a user