From 4cdf887308559e387f433d3d906cac3ae6163838 Mon Sep 17 00:00:00 2001 From: paprka Date: Fri, 26 Sep 2014 15:28:57 -0700 Subject: [PATCH] rta button --- 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 855d888ca2c..211f5515591 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -100,6 +100,7 @@ blood_overlay_type = "armor" slowdown = 1 armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0) + action_button_name = "Toggle Armor" /obj/item/clothing/suit/armor/reactive/IsShield() if(active)