mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
fixed Water Lily color
This commit is contained in:
parent
9ded3f8c7c
commit
304265c5ec
@ -1555,7 +1555,7 @@ MONSTER('A', 0x606040, "Space Rock", moAsteroid, ZERO, RESERVED, moAsteroid, roc
|
||||
LAND( 0x00C0C0, "Wetland", laWet, ZERO, itWet, RESERVED,
|
||||
"Some people have definitely drowned in this treacherous area. Better be careful!"
|
||||
)
|
||||
ITEM( '%', 0xFFD500, "Water Lily", itWet, IC_TREASURE, ZERO, RESERVED, osNone,
|
||||
ITEM( '%', 0xFF6EC7, "Water Lily", itWet, IC_TREASURE, ZERO, RESERVED, osNone,
|
||||
"A beautiful plant from the Wetland.")
|
||||
WALL( '=', 0x00C0C0, "shallow water", waShallow, ZERO, RESERVED, 0, sgWater,
|
||||
"Shallow water is passable both for land creatures and for water creatures."
|
||||
|
Loading…
Reference in New Issue
Block a user