diff options
Diffstat (limited to 'world/map/npc/magic/level2-make-tanktop.txt')
-rw-r--r-- | world/map/npc/magic/level2-make-tanktop.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-make-tanktop.txt b/world/map/npc/magic/level2-make-tanktop.txt index b8f40932..a416e7a0 100644 --- a/world/map/npc/magic/level2-make-tanktop.txt +++ b/world/map/npc/magic/level2-make-tanktop.txt @@ -6,6 +6,7 @@ if (countitem("CottonCloth") >= 4) delitem "CottonCloth", 4; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 25; misceffect FX_MAGIC_SHIRT_CAST, strcharinfo(0); |