From 743887387f03c6cf8835e3de8a4c224b103cd2cc Mon Sep 17 00:00:00 2001 From: GuppyLaxx Date: Fri, 26 May 2017 20:05:15 -0400 Subject: [PATCH] makes plasmaman helmets weld proof and flash proof? --- code/modules/clothing/spacesuits/plasmamen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 9ece7d54aa3..c7c093dd997 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -80,6 +80,7 @@ var/base_state = "plasmaman_helmet" var/brightness_on = 4 //luminosity when on var/on = 0 + flash_protect = 2 actions_types = list(/datum/action/item_action/toggle_helmet_light) /obj/item/clothing/head/helmet/space/eva/plasmaman/attack_self(mob/user)