mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-28 07:52:53 +00:00
fixup to Halloween
This commit is contained in:
parent
9cc370a2d2
commit
5bb4b69c23
@ -1412,7 +1412,7 @@ LAND( 0xFF7518, "Halloween", laHalloween, ZERO, itTreat, RESERVED, halloweendesc
|
|||||||
m == moLancer || m == moFireFairy ||
|
m == moLancer || m == moFireFairy ||
|
||||||
m == moBomberbird || m == moRatlingAvenger ||
|
m == moBomberbird || m == moRatlingAvenger ||
|
||||||
m == moVineBeast || m == moDragonHead || m == moDragonTail) ? 1 : 0)
|
m == moVineBeast || m == moDragonHead || m == moDragonTail) ? 1 : 0)
|
||||||
REQ( NEVER )
|
REQ( ALWAYS )
|
||||||
|
|
||||||
LAND( 0x605040, "Dungeon", laDungeon, ZERO | LF_GRAVITY | LF_EQUI, itSlime, RESERVED,
|
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."
|
"The result of a collaboration of the Great Vizier and the Wizard of the Ivory Tower."
|
||||||
|
@ -563,6 +563,7 @@ EX eLand getNewLand(eLand old) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tab[cnt++] = laHalloween;
|
tab[cnt++] = laHalloween;
|
||||||
|
tab[cnt++] = laWildWest;
|
||||||
|
|
||||||
// the advanced lands
|
// the advanced lands
|
||||||
if(all_unlocked || gold() >= R60) {
|
if(all_unlocked || gold() >= R60) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user