From a5ae8b5cfa668b05cba3160ad6f5918d323607a1 Mon Sep 17 00:00:00 2001 From: Shoddd Date: Sun, 29 Sep 2024 22:15:10 -0400 Subject: [PATCH] Makes frontier modsuit helmet airtight ## About The Pull Request fixes https://github.com/Monkestation/Monkestation2.0/issues/3606 ## Why It's Good For The Game Space helmet, space worthy, airtight, not internal worthy?? ## Changelog :cl: fix: frontier modsuit helmet now airtight /:cl: --- monkestation/code/modules/blueshift/clothing/kahraman.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/blueshift/clothing/kahraman.dm b/monkestation/code/modules/blueshift/clothing/kahraman.dm index b99237b4bb11..f95b27140c60 100644 --- a/monkestation/code/modules/blueshift/clothing/kahraman.dm +++ b/monkestation/code/modules/blueshift/clothing/kahraman.dm @@ -135,7 +135,7 @@ HELMET_FLAGS= list( UNSEALED_LAYER = null, UNSEALED_CLOTHING = SNUG_FIT|THICKMATERIAL, - SEALED_CLOTHING = STOPSPRESSUREDAMAGE, + SEALED_CLOTHING = STOPSPRESSUREDAMAGE|HEADINTERNALS, UNSEALED_INVISIBILITY = HIDEFACIALHAIR|HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR|HIDESNOUT, UNSEALED_COVER = HEADCOVERSMOUTH|HEADCOVERSEYES|PEPPERPROOF, ),