monster list in Snake Nest

This commit is contained in:
Zeno Rogue 2020-05-29 02:43:04 +02:00
parent 7bb4407273
commit ce299c1a0c
1 changed files with 1 additions and 1 deletions

View File

@ -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)