From dac314fffcd749061065ebfd02b7190b9478faa3 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 22 Oct 2021 02:09:26 +0200 Subject: [PATCH] [MIRROR] Makes the Syndicate mask fireproof and acidproof [MDB IGNORE] (#8912) * Blacksuits don't gotta worry about fire anymore (#62146) * Makes the Syndicate mask fireproof and acidproof Co-authored-by: Halcyon <81479835+Ebin-Halcyon@users.noreply.github.com> --- code/modules/clothing/masks/gasmask.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 97c49146485..c51457c9510 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -151,6 +151,7 @@ name = "syndicate mask" desc = "A close-fitting tactical mask that can be connected to an air supply." icon_state = "syndicate" + resistance_flags = FIRE_PROOF | ACID_PROOF strip_delay = 60 w_class = WEIGHT_CLASS_SMALL