summaryrefslogtreecommitdiff
path: root/world/map/npc/items/rubber_duck.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/rubber_duck.txt')
-rw-r--r--world/map/npc/items/rubber_duck.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/items/rubber_duck.txt b/world/map/npc/items/rubber_duck.txt
index 3f591c15..8a822752 100644
--- a/world/map/npc/items/rubber_duck.txt
+++ b/world/map/npc/items/rubber_duck.txt
@@ -1,11 +1,10 @@
function|script|rubberDuck
{
- if (gettimetick(2) - @lastbat < 2) goto L_Return;
+ if (gettimetick(2) - @lastsound < 2) goto L_Return;
misceffect 406;
- set @lastbat, gettimetick(2);
+ set @lastsound, gettimetick(2);
goto L_Return;
L_Return:
- getitem "RubberDucky", 1;
return;
}