unlocking Irradiated Fields no longer requires 60 treasure

This commit is contained in:
Zeno Rogue 2019-07-28 11:12:00 +02:00
parent 42b61e0053
commit 0a2a033e7e
1 changed files with 7 additions and 7 deletions

View File

@ -438,13 +438,13 @@ eLand getNewLand(eLand old) {
if(items[itIvory] >= U5 && !generatingEquidistant && items[itFeather] >= U5)
tab[cnt++] = laWestWall;
if(landUnlocked(laVariant)) {
tab[cnt++] = laVariant;
if(old == laRuins) LIKELY tab[cnt++] = laVariant;
if(old == laGraveyard) LIKELY tab[cnt++] = laVariant;
if(old == laEmerald) LIKELY tab[cnt++] = laVariant;
}
}
if(landUnlocked(laVariant)) {
tab[cnt++] = laVariant;
if(old == laRuins) LIKELY tab[cnt++] = laVariant;
if(old == laGraveyard) LIKELY tab[cnt++] = laVariant;
if(old == laEmerald) LIKELY tab[cnt++] = laVariant;
}
if(gold() >= R90) {