summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/pondfishing.txt4
1 files changed, 2 insertions, 2 deletions
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;