From f4f33042e20062808eda9278a711cb744d4c61d1 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 28 Oct 2018 01:56:22 -0400 Subject: [PATCH] Makes kev more happy! Feels like hugbox power creep to me --- code/modules/clothing/suits/reactive_armour.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/reactive_armour.dm b/code/modules/clothing/suits/reactive_armour.dm index 52d3cc86a8..96bc67f1b6 100644 --- a/code/modules/clothing/suits/reactive_armour.dm +++ b/code/modules/clothing/suits/reactive_armour.dm @@ -66,6 +66,7 @@ desc = "Someone separated our Research Director from his own head!" var/tele_range = 6 var/rad_amount= 15 + hit_reaction_chance = 50 //Blue space magic! reactivearmor_cooldown_duration = 100 /obj/item/clothing/suit/armor/reactive/teleport/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK)