mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-25 07:20:09 +00:00
Give the Plane of Fire a redder floor than CR4.
This commit is contained in:
parent
301dad5d7b
commit
2e3d0ecd7c
@ -1256,7 +1256,7 @@ LAND( 0x606060, "Zebra", laZebra, ZERO, itZebra, RESERVED, "Everything in this L
|
|||||||
NATIVE((m == moOrangeDog) ? 2 : 0)
|
NATIVE((m == moOrangeDog) ? 2 : 0)
|
||||||
REQ(GOLD(R30) ITEMS(itFeather, U10))
|
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))
|
NATIVE(m == moFireElemental ? 2 : isNative(laElementalWall, m))
|
||||||
REQAS(laElementalWall,)
|
REQAS(laElementalWall,)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user