From af937077cd4dcfda9b891b85f5bd35243f073aee Mon Sep 17 00:00:00 2001 From: uraniummeltdown Date: Wed, 15 Feb 2017 16:09:51 +0400 Subject: [PATCH] cooldown 25->60 upgraded 10->20 --- code/datums/spells/rod_form.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/spells/rod_form.dm b/code/datums/spells/rod_form.dm index 5046da7c34d..004daf8969e 100644 --- a/code/datums/spells/rod_form.dm +++ b/code/datums/spells/rod_form.dm @@ -3,8 +3,8 @@ desc = "Take on the form of an immovable rod, destroying all in your path." clothes_req = 1 human_req = 0 - charge_max = 250 - cooldown_min = 100 + charge_max = 600 + cooldown_min = 200 range = -1 include_user = 1 invocation = "CLANG!"