fixed Water Lily color

This commit is contained in:
Zeno Rogue 2020-03-02 17:53:24 +01:00
parent 9ded3f8c7c
commit 304265c5ec
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ MONSTER('A', 0x606040, "Space Rock", moAsteroid, ZERO, RESERVED, moAsteroid, roc
LAND( 0x00C0C0, "Wetland", laWet, ZERO, itWet, RESERVED, LAND( 0x00C0C0, "Wetland", laWet, ZERO, itWet, RESERVED,
"Some people have definitely drowned in this treacherous area. Better be careful!" "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.") "A beautiful plant from the Wetland.")
WALL( '=', 0x00C0C0, "shallow water", waShallow, ZERO, RESERVED, 0, sgWater, WALL( '=', 0x00C0C0, "shallow water", waShallow, ZERO, RESERVED, 0, sgWater,
"Shallow water is passable both for land creatures and for water creatures." "Shallow water is passable both for land creatures and for water creatures."