mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed native monster information for Ocean
This commit is contained in:
parent
ab82f36280
commit
88de3b8396
@ -1216,7 +1216,7 @@ LAND( 0x2020FF, "Ocean", laOcean, ZERO | LF_EQUI | LF_SEA | LF_COASTAL, itCoast,
|
|||||||
"You can also take one of the boats and venture into the Ocean, "
|
"You can also take one of the boats and venture into the Ocean, "
|
||||||
"to find other coasts, dangerous whirlpools, and islands inhabited by Pirates."
|
"to find other coasts, dangerous whirlpools, and islands inhabited by Pirates."
|
||||||
)
|
)
|
||||||
NATIVE((m == moBomberbird || m == moTameBomberbird) ? 1 : 0)
|
NATIVE(m == moAlbatross ? 2 : m == moPirate ? 1 : 0)
|
||||||
REQ(GOLD(R30))
|
REQ(GOLD(R30))
|
||||||
|
|
||||||
LAND( 0x0000C0, "Whirlpool", laWhirlpool, ZERO | LF_CYCLIC | LF_SEA, itWhirlpool, RESERVED,
|
LAND( 0x0000C0, "Whirlpool", laWhirlpool, ZERO | LF_CYCLIC | LF_SEA, itWhirlpool, RESERVED,
|
||||||
|
Loading…
Reference in New Issue
Block a user