From 375b9f08ea50b8c51bfffb6e4366bc83324430bd Mon Sep 17 00:00:00 2001 From: Giacomand Date: Mon, 23 Dec 2013 21:58:20 +0000 Subject: [PATCH] Fixes the flags of the beret. --- code/modules/clothing/spacesuits/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 6d358a8495c..cebda622781 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -33,7 +33,8 @@ desc = "An armored beret commonly used by special operations officers. Uses forcefield technology to protect the head from space." icon_state = "beret_badge" armor = list(melee = 65, bullet = 55, laser = 35,energy = 20, bomb = 30, bio = 30, rad = 30) - flags = FPRINT | TABLEPASS | HEADCOVERSEYES | BLOCKHAIR | STOPSPRESSUREDMAGE + flags = FPRINT | TABLEPASS | STOPSPRESSUREDMAGE + flags_inv = 0 //NASA Voidsuit