summaryrefslogtreecommitdiff
path: root/world/map/npc/items/silver_bell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/silver_bell.txt')
-rw-r--r--world/map/npc/items/silver_bell.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/silver_bell.txt b/world/map/npc/items/silver_bell.txt
index ffafedf3..8a791bff 100644
--- a/world/map/npc/items/silver_bell.txt
+++ b/world/map/npc/items/silver_bell.txt
@@ -1,7 +1,7 @@
function|script|SilverBellSound
{
if (gettimetick(2) - @lastsilverbell < 20) goto L_Return;
- misceffect 404; // TODO: Make a quieter version of the ship's bell
+ misceffect 404;
set @lastsilverbell, gettimetick(2);
goto L_Return;