From 62c5fabcacde54a6f02cb2fedff48ffad0c0e09c Mon Sep 17 00:00:00 2001 From: Commandersand Date: Mon, 20 Jan 2020 15:18:08 -0600 Subject: [PATCH] oops --- code/modules/spells/spell_types/aimed.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/spells/spell_types/aimed.dm b/code/modules/spells/spell_types/aimed.dm index ac6cdacb65..5ba85bef6b 100644 --- a/code/modules/spells/spell_types/aimed.dm +++ b/code/modules/spells/spell_types/aimed.dm @@ -94,11 +94,11 @@ name = "Lightning Bolt" desc = "Fire a high powered lightning bolt at your foes!" school = "evocation" - charge_max = 200 + charge_max = 150 clothes_req = 1 invocation = "ZAP MUTHA'FUCKA" invocation_type = "shout" - cooldown_min = 40 + cooldown_min = 30 active_icon_state = "lightning" base_icon_state = "lightning" sound = 'sound/magic/lightningbolt.ogg'