From 73bd3c7369dcf5f381c4bdcda53208e43f97de2f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 26 Feb 2020 01:34:43 +0100 Subject: [PATCH] fixup to new lands defined --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index c6d492a8..5481f3ae 100644 --- a/content.cpp +++ b/content.cpp @@ -1578,7 +1578,7 @@ MONSTER('F', 0x8080FF, "Blue Frog", moVaulter, ZERO, RESERVED, moVaulter, NODESC REQ(ITEMS_TOTAL(LST, variant_unlock_value())) #undef LST -LAND( 0xC0C0FF, "Eclectic City", laEclectic, LF_VARIANT | LF_ICY | LF_ELECTRIC, itEclectic, RESERVED, NODESCYET) +LAND( 0xC0C0FF, "Eclectic City", laEclectic, LF_ICY | LF_ELECTRIC, itEclectic, RESERVED, NODESCYET) MONSTER( 'W', 0xA04060, "Mutant2", moVariantWarrior2, CF_FACE_UP, RESERVED, moYeti, "These guys look a bit strange, but they have no special properties." )