From 88de3b8396f0cec42b39b17bfc8395ef57243eb5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 2 Mar 2020 17:59:45 +0100 Subject: [PATCH] fixed native monster information for Ocean --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index 097e6138..ab8a6372 100644 --- a/content.cpp +++ b/content.cpp @@ -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, " "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)) LAND( 0x0000C0, "Whirlpool", laWhirlpool, ZERO | LF_CYCLIC | LF_SEA, itWhirlpool, RESERVED,