From f1909ac61624d502f1473a3af1fb71b1c4ef53d1 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 17 Mar 2018 23:11:31 +0100 Subject: fix pondfishing --- npc/functions/pondfishing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt index db2d1dc1a..366e4db34 100644 --- a/npc/functions/pondfishing.txt +++ b/npc/functions/pondfishing.txt @@ -20,7 +20,7 @@ // npc signal .dir is LEFT // player pulls between npc signal and pulls delay max, got the fish, set .dir to DOWN goto choose bait -function script fishing_cleanup { +/*function script fishing_cleanup { .@npc$ = getarg(0, ""); if (.@npc$ == "") end; @@ -29,7 +29,7 @@ function script fishing_cleanup { set getvariableofnpc(.last_used, .@npc$), gettimetick(2); // set last used time setnpcdir .@npc$, DOWN; // reset direction return; -} +}*/ - script global fishing handler 32767,{ end; -- cgit v1.2.3-70-g09d2