diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-17 23:11:31 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-17 23:11:31 +0100 |
commit | f1909ac61624d502f1473a3af1fb71b1c4ef53d1 (patch) | |
tree | 5809317711bbe18d30a4fe76695fbc5b06182ef5 | |
parent | 639be60e07d26d6c3a6aba4b5f92cd184592c849 (diff) | |
download | serverdata-f1909ac61624d502f1473a3af1fb71b1c4ef53d1.tar.gz serverdata-f1909ac61624d502f1473a3af1fb71b1c4ef53d1.tar.bz2 serverdata-f1909ac61624d502f1473a3af1fb71b1c4ef53d1.tar.xz serverdata-f1909ac61624d502f1473a3af1fb71b1c4ef53d1.zip |
fix pondfishing
-rw-r--r-- | npc/functions/pondfishing.txt | 4 |
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; |