From ac870486784f57527f42f25a1bbdfc9d5cd5f250 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 12 Jan 2019 10:45:52 -0800 Subject: [PATCH] Update reactive_armour.dm --- code/modules/clothing/suits/reactive_armour.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/reactive_armour.dm b/code/modules/clothing/suits/reactive_armour.dm index ef4f4b085e..ce59392351 100644 --- a/code/modules/clothing/suits/reactive_armour.dm +++ b/code/modules/clothing/suits/reactive_armour.dm @@ -66,8 +66,8 @@ name = "reactive teleport armor" desc = "Someone separated our Research Director from his own head!" var/tele_range = 8 - var/rad_amount = 30 - var/rad_amount_before = 90 + var/rad_amount = 60 + var/rad_amount_before = 120 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)