Added cooldown_min

This commit is contained in:
KorPhaeron
2015-08-05 18:01:19 -05:00
parent 8f81e695e7
commit 3e66d9daa8
+2 -1
View File
@@ -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 << "<span class='userdanger'>You're thrown back by a mystical force!</span>"
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.
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.