mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed the displayed Gold requirement for the Dead Caves in OSM
This commit is contained in:
parent
aa297504a8
commit
e82f1906e1
@ -1165,7 +1165,7 @@ LAND( 0x421C52, "Vineyard", laWineyard, ZERO, itWine, RESERVED, vinehelp)
|
||||
|
||||
LAND( 0x104040, "Dead Cave", laDeadCaves, ZERO | LF_TROLL, itSilver, RESERVED, deadcavehelp)
|
||||
NATIVE((m == moEarthElemental || m == moDarkTroll) ? 2 : (m == moGoblin || m == moSeep) ? 1 : 0)
|
||||
REQ(GOLD(R60) ITEMS(itGold, 10))
|
||||
REQ(GOLD(R60) ITEMS(itGold, U10))
|
||||
|
||||
LAND( 0x705020, "Hive", laHive, ZERO, itRoyalJelly, RESERVED, hivehelp)
|
||||
NATIVE(isBug(m) ? 1 : 0)
|
||||
|
Loading…
Reference in New Issue
Block a user