From a6fef682d6b9908a472c43ea02d47e2387b21df8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Aug 2020 16:00:53 -0300 Subject: Fix bug found and reported by Heaven --- npc/017-1/drowned_man.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index 9f0cda495..88e1230ed 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -121,7 +121,7 @@ OnInit: // Can't jump with pets // FIXME: Move it elsewhere - resist pet_Detective updates for (.@i=0+PiouEgg; .@i <= 0+MoggunEgg ; .@i++) { - if (countitem(.@i) >= 0) { + if (countitem(.@i) > 0) { mesc l("Can't bring pets with you..."), 1; next; mesc l("Do you really think the poor creature should jump a bridge in water and DIE?"), 1; -- cgit v1.2.3-60-g2f50