1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 02:07:03 +00:00
This commit is contained in:
Zeno Rogue 2022-12-04 14:49:23 +01:00
commit 31f7db81c7

View File

@ -1256,7 +1256,7 @@ LAND( 0x606060, "Zebra", laZebra, ZERO, itZebra, RESERVED, "Everything in this L
NATIVE((m == moOrangeDog) ? 2 : 0)
REQ(GOLD(R30) ITEMS(itFeather, U10))
LAND( 0xC08080, "Plane of Fire", laEFire, ZERO | LF_ELEMENTAL, itElemental, RESERVED, elemdesc)
LAND( 0xFFA080, "Plane of Fire", laEFire, ZERO | LF_ELEMENTAL, itElemental, RESERVED, elemdesc)
NATIVE(m == moFireElemental ? 2 : isNative(laElementalWall, m))
REQAS(laElementalWall,)