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()