mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed Free Wall unlock requirements in OSM
This commit is contained in:
parent
02940f0276
commit
f95ef3973e
@ -1526,7 +1526,7 @@ LAND( 0x211F6F, "Free Fall", laWestWall, ZERO | LF_GRAVITY | LF_EQUI, itWest, RE
|
||||
" of an infinitely high tower. Jump from the window, and let the magical gravity carry you..."
|
||||
)
|
||||
NATIVE(among(m, moWestHawk, moFallingDog) ? 2 : 0)
|
||||
REQ(ITEMS(itFeather, 5) ITEMS(itIvory, 5))
|
||||
REQ(ITEMS(itFeather, U5) ITEMS(itIvory, U5))
|
||||
|
||||
LAND( 0x30FF30, "Irradiated Field", laVariant, ZERO, itVarTreasure, RESERVED,
|
||||
"These fields are ravaged with many kinds of magical radiation, which not only make the ground glow nicely in various colors, "
|
||||
|
Loading…
Reference in New Issue
Block a user