From db180cfca543cddda1af5078f217e4deb913636a Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Sat, 1 Jun 2024 22:30:13 +0200 Subject: use same sound timer --- world/map/npc/items/silver_bell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/items/silver_bell.txt') diff --git a/world/map/npc/items/silver_bell.txt b/world/map/npc/items/silver_bell.txt index c1ea2e50..07623426 100644 --- a/world/map/npc/items/silver_bell.txt +++ b/world/map/npc/items/silver_bell.txt @@ -1,8 +1,8 @@ function|script|SilverBellSound { - if (gettimetick(2) - @lastsilverbell < 3) goto L_Return; + if (gettimetick(2) - @lastsound < 2) goto L_Return; misceffect 404; - set @lastsilverbell, gettimetick(2); + set @lastsound, gettimetick(2); goto L_Return; L_Return: -- cgit v1.2.3-60-g2f50