mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
fixed the monster list of Ruined City
This commit is contained in:
parent
8eb3fa65e2
commit
c15e4152bf
@ -1486,7 +1486,7 @@ LAND( 0x80FF00, "Docks", laDocks, ZERO | LF_SEA, itDock, RESERVED, NODESCYET)
|
||||
REQAS(laOcean,)
|
||||
|
||||
LAND( 0x306030, "Ruined City", laRuins, ZERO, itRuins, RESERVED, ruindesc)
|
||||
NATIVE(m == moSwitch1 || m == moSwitch2 ? 2 : 0)
|
||||
NATIVE(among(m, moPair, moHexDemon, moAltDemon, moMonk, moCrusher) ? 2 : m == moSkeleton ? 1 : 0)
|
||||
REQ(KILL(moSkeleton, laPalace))
|
||||
|
||||
LAND( 0x306030, "Magnetosphere", laMagnetic, ZERO, itMagnet, RESERVED, NODESCYET)
|
||||
|
Loading…
Reference in New Issue
Block a user