From ce299c1a0ccd52dc47f1b7a301810408559f47ef Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 29 May 2020 02:43:04 +0200 Subject: [PATCH] monster list in Snake Nest --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index 8a80db93..c8ab69f1 100644 --- a/content.cpp +++ b/content.cpp @@ -1482,7 +1482,7 @@ LAND( 0x80FF00, "Crystal World", laDual, ZERO, itGlowCrystal, RESERVED, crystald REQ(GOLD(R90)) LAND( 0x306030, "Snake Nest", laSnakeNest, ZERO, itSnake, RESERVED, NODESCYET) - NATIVE(m == moHexSnake ? 2 : 0) + NATIVE(m == moHexSnake ? 2 : among(m, moRedTroll, moMiner, moSkeleton, moBomberbird) ? 1 : 0) REQ(GOLD(R90)) LAND( 0x80FF00, "Docks", laDocks, ZERO | LF_SEA, itDock, RESERVED, NODESCYET)