From d2ec192632ab360ad2c571cdfc592cdca3ad2f4f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 27 Nov 2013 15:14:59 -0500 Subject: [PATCH] Gave an action button to the reactive armor --- code/modules/clothing/suits/armor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index a39a873a96d..b466679ced7 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -112,6 +112,7 @@ blood_overlay_type = "armor" slowdown = 1 flags = FPRINT | TABLEPASS + icon_action_button = "reactiveoff" armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0) /obj/item/clothing/suit/armor/reactive/IsShield()