From 3e66d9daa8fd44ffeba1baed84766c8e5a15c3bb Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Wed, 5 Aug 2015 18:01:19 -0500 Subject: [PATCH] Added cooldown_min --- code/datums/spells/wizard.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.