summaryrefslogtreecommitdiff
path: root/npc/config
diff options
context:
space:
mode:
Diffstat (limited to 'npc/config')
-rw-r--r--npc/config/magic.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt
index bc537cad6..da1484ef3 100644
--- a/npc/config/magic.txt
+++ b/npc/config/magic.txt
@@ -135,6 +135,7 @@ function script areaharm {
continue;
harm(.@mbs[.@i], .@d, .@t, .@e);
specialeffect(FX_ATTACK, AREA, .@mbs[.@i]);
+ // TODO: Handle MobPt to don't overload timer system?
}
return;
}