1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 09:50:00 +00:00

fixed Burial Grounds unlock rule

This commit is contained in:
Zeno Rogue 2019-05-15 10:22:35 +02:00
parent b27b33052d
commit 32c43f7dd9

View File

@ -1375,7 +1375,7 @@ LAND( 0x804020, "Burial Grounds", laBurial, ZERO, itBarrow, RESERVED,
"ancient jewelry buried in the graves."
)
NATIVE(m == moDraugr ? 1 : 0)
REQ(ITEMS(itBarrow, U10))
REQ(ITEMS(itKraken, U10))
LAND( 0x90A548, "Trollheim", laTrollheim, ZERO, itTrollEgg, RESERVED,
"Many clans of Trolls spend their lives in this kingdom. You can find many "