From 989ed923d8d5c88b6695e4a817bd2b910fd47944 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 23 Mar 2021 20:02:07 +0100 Subject: [PATCH] accidental powergame armor removal --- code/modules/clothing/masks/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index dad327cb5a..03b17af505 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -82,7 +82,7 @@ desc = "Express your happiness or hide your sorrows with this modular cutout." icon_state = "joy" clothing_flags = ALLOWINTERNALS - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 100) + resistance_flags = FIRE_PROOF //let us have this i beg you, it's a medium size breathmask :( mutantrace_variation = STYLE_MUZZLE actions_types = list(/datum/action/item_action/adjust) var/list/joymask_designs = list()