From 304265c5ec8c489c8637f179361ee17e462653b8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 2 Mar 2020 17:53:24 +0100 Subject: [PATCH] fixed Water Lily color --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index f17300b9..de4c5cbf 100644 --- a/content.cpp +++ b/content.cpp @@ -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."