summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-detect-magic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-detect-magic.txt')
-rw-r--r--world/map/npc/magic/level1-detect-magic.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level1-detect-magic.txt b/world/map/npc/magic/level1-detect-magic.txt
index e8a588a5..bfe320a4 100644
--- a/world/map/npc/magic/level1-detect-magic.txt
+++ b/world/map/npc/magic/level1-detect-magic.txt
@@ -5,6 +5,7 @@
if (getskilllv(SKILL_MAGIC) < .level) end;
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 6000, "Magic Timer::OnClear"; // set the new debuff
+ sc_start SC_COOLDOWN, 6000, 0, BL_ID;
callfunc "adjust_spellpower";
set Sp, Sp - 3;
misceffect FX_MAGIC_DETECT_CAST, strcharinfo(0);