summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-transmute-wood.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-transmute-wood.txt')
-rw-r--r--world/map/npc/magic/level1-transmute-wood.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level1-transmute-wood.txt b/world/map/npc/magic/level1-transmute-wood.txt
index c2763f1c..2bb07251 100644
--- a/world/map/npc/magic/level1-transmute-wood.txt
+++ b/world/map/npc/magic/level1-transmute-wood.txt
@@ -6,6 +6,7 @@
if (countitem("RawLog") >= 1) delitem "RawLog", 1; else end;
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 4000, "Magic Timer::OnClear"; // set the new debuff
+ sc_start SC_COOLDOWN, 4000, 0, BL_ID;
callfunc "adjust_spellpower";
set Sp, Sp - 5;
misceffect FX_MAGIC_WOOD_CAST, strcharinfo(0);