From d62fa0e38483b374353781cc9b004a2f5d076556 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 6 Aug 2019 12:27:03 -0300 Subject: '-' --- npc/functions/fishing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 8d87fd2b9..a68984cfa 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -40,7 +40,8 @@ OnBite: setnpcdir @fishing_spot$, LEFT; @fishing_tick = gettimetick(0); - specialeffect(getvariableofnpc(.bite_fx, @fishing_spot$), SELF, playerattached()); + .@bite_fx=getvariableofnpc(.bite_fx, @fishing_spot$); + specialeffect(.@bite_fx ? .@bite_fx : 30, SELF, playerattached()); end; OnCleanUp: -- cgit v1.2.3-60-g2f50