From 0bc8c9383c42d260086c2259c59c3062bb7ae0ef Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:17:44 -0500 Subject: [PATCH] Update miscellaneous.dm --- code/modules/clothing/masks/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 92d17eaa0a..fc4185f207 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -40,6 +40,7 @@ flags_cover = null visor_flags_inv = null visor_flags_cover = null + permeability_coefficient = 1 armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) /obj/item/clothing/mask/surgical/attack_self(mob/user)