From b9d51a9975b0501d7ed1a29887ce395a2453e888 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Aug 2020 13:39:51 -0300 Subject: Rewrite a bit Lilit jump logic --- npc/017-1/drowned_man.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index ec808ef73..9f0cda495 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -120,12 +120,13 @@ OnInit: if (askyesno() == ASK_YES) { // Can't jump with pets // FIXME: Move it elsewhere - resist pet_Detective updates - for (.@i=PiouEgg; .@i <= BatEgg ; .@i++) { + for (.@i=0+PiouEgg; .@i <= 0+MoggunEgg ; .@i++) { 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; @nojump=gettimetick(2); + mesc l("* Put the %s safely in storage before jumping.", getitemlink(.@i)); close; } } -- cgit v1.2.3-60-g2f50