diff --git a/content.cpp b/content.cpp index 2d842c5a..2eb78177 100644 --- a/content.cpp +++ b/content.cpp @@ -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." diff --git a/landlock.cpp b/landlock.cpp index 3d13b059..b0adb5e7 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -563,6 +563,7 @@ EX eLand getNewLand(eLand old) { } tab[cnt++] = laHalloween; + tab[cnt++] = laWildWest; // the advanced lands if(all_unlocked || gold() >= R60) {