diff --git a/code/datums/spells/wizard.dm b/code/datums/spells/wizard.dm index 3aa0786c23b..a32bae29911 100644 --- a/code/datums/spells/wizard.dm +++ b/code/datums/spells/wizard.dm @@ -165,6 +165,7 @@ invocation = "TOKI WO TOMARE" invocation_type = "shout" range = 0 + cooldown_min = 90 summon_amt = 1 action_icon_state = "time" @@ -332,4 +333,4 @@ var/mob/living/M = AM M.Weaken(2) M << "You're thrown back by a mystical force!" - spawn(0) AM.throw_at(throwtarget, ((Clamp((maxthrow - (Clamp(distfromcaster - 2, 0, distfromcaster))), 3, maxthrow))), 1,user)//So stuff gets tossed around at the same time. \ No newline at end of file + spawn(0) AM.throw_at(throwtarget, ((Clamp((maxthrow - (Clamp(distfromcaster - 2, 0, distfromcaster))), 3, maxthrow))), 1,user)//So stuff gets tossed around at the same time.