fixup to Halloween

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

View File

@ -1302,7 +1302,7 @@ LAND( 0x00C000, "Palace Quest", laPrincessQuest, ZERO, itSavedPrincess, RESERVED
LAND( 0xD0D060, "Wild West", laWildWest, ZERO, itBounty, RESERVED, wildwestdesc)
NATIVE((m == moOutlaw) ? 2 : 0)
REQ( NEVER )
REQ( ALWAYS )
LAND( 0x80A080, "Land of Storms", laStorms, ZERO | LF_TROLL | LF_ELECTRIC, itFulgurite, RESERVED, elecdesc)
NATIVE((m == moMetalBeast || m == moMetalBeast2 || m == moStormTroll) ? 1 : 0)

View File

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