From 401b34c36c53c8a4886bb2e3e32bc5f9258ce70a Mon Sep 17 00:00:00 2001 From: Robustin Date: Tue, 27 Oct 2015 11:37:24 -0400 Subject: [PATCH] Timestop Cooldown increased by 33.33333333333% --- code/datums/spells/wizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spells/wizard.dm b/code/datums/spells/wizard.dm index ab572e7c67c..d4771ac0ff8 100644 --- a/code/datums/spells/wizard.dm +++ b/code/datums/spells/wizard.dm @@ -159,7 +159,7 @@ /obj/effect/proc_holder/spell/aoe_turf/conjure/timestop name = "Stop Time" desc = "This spell stops time for everyone except for you, allowing you to move freely while your enemies and even projectiles are frozen." - charge_max = 300 + charge_max = 400 clothes_req = 1 invocation = "TOKI WO TOMARE" invocation_type = "shout"