fixup to Halloween

This commit is contained in:
Zeno Rogue 2024-03-14 19:36:21 +01:00
parent 9cc370a2d2
commit 5bb4b69c23
2 changed files with 2 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ LAND( 0xFF7518, "Halloween", laHalloween, ZERO, itTreat, RESERVED, halloweendesc
m == moLancer || m == moFireFairy ||
m == moBomberbird || m == moRatlingAvenger ||
m == moVineBeast || m == moDragonHead || m == moDragonTail) ? 1 : 0)
REQ( NEVER )
REQ( ALWAYS )
LAND( 0x605040, "Dungeon", laDungeon, ZERO | LF_GRAVITY | LF_EQUI, itSlime, RESERVED,
"The result of a collaboration of the Great Vizier and the Wizard of the Ivory Tower."

View File

@ -563,6 +563,7 @@ EX eLand getNewLand(eLand old) {
}
tab[cnt++] = laHalloween;
tab[cnt++] = laWildWest;
// the advanced lands
if(all_unlocked || gold() >= R60) {