mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed Burial Grounds unlock rule
This commit is contained in:
parent
b27b33052d
commit
32c43f7dd9
@ -1375,7 +1375,7 @@ LAND( 0x804020, "Burial Grounds", laBurial, ZERO, itBarrow, RESERVED,
|
|||||||
"ancient jewelry buried in the graves."
|
"ancient jewelry buried in the graves."
|
||||||
)
|
)
|
||||||
NATIVE(m == moDraugr ? 1 : 0)
|
NATIVE(m == moDraugr ? 1 : 0)
|
||||||
REQ(ITEMS(itBarrow, U10))
|
REQ(ITEMS(itKraken, U10))
|
||||||
|
|
||||||
LAND( 0x90A548, "Trollheim", laTrollheim, ZERO, itTrollEgg, RESERVED,
|
LAND( 0x90A548, "Trollheim", laTrollheim, ZERO, itTrollEgg, RESERVED,
|
||||||
"Many clans of Trolls spend their lives in this kingdom. You can find many "
|
"Many clans of Trolls spend their lives in this kingdom. You can find many "
|
||||||
|
Loading…
Reference in New Issue
Block a user