From 4d3e55c8719f8a5fc75a016ff742c3b3bee5b586 Mon Sep 17 00:00:00 2001 From: Arthurdentist Date: Sun, 31 Dec 2017 10:20:28 +0000 Subject: [PATCH] nerf fist (#16879) --- code/modules/spells/targeted/fist.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/spells/targeted/fist.dm b/code/modules/spells/targeted/fist.dm index ca2f77f6734..ee2f0beba6b 100644 --- a/code/modules/spells/targeted/fist.dm +++ b/code/modules/spells/targeted/fist.dm @@ -4,12 +4,11 @@ abbreviation = "FS" user_type = USER_TYPE_WIZARD - price = Sp_BASE_PRICE/2 charge_max = 50 cooldown_min = 10 invocation = "I CAST FIST" invocation_type = SpI_SHOUT - max_targets = 0 + max_targets = 3 compatible_mobs = list(/mob/living)