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!"