From 842be3fa3a865bde28755a7954c2402a750ed7c8 Mon Sep 17 00:00:00 2001 From: meow20 <62257265+meow20@users.noreply.github.com> Date: Tue, 15 Mar 2022 11:35:13 +0100 Subject: [PATCH] Changes SOO beret not to cover mask slot (#17471) --- 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 18b44128873..abed3c94698 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -84,8 +84,9 @@ name = "officer beret" desc = "An armored beret commonly used by special operations officers." icon_state = "beret_officer" - armor = list(MELEE = 80, BULLET = 80, LASER = 50, ENERGY = 50, BOMB = 100, BIO = 100, RAD = 100, FIRE = 100, ACID = 100) flags = STOPSPRESSUREDMAGE | THICKMATERIAL + flags_inv = null + /obj/item/clothing/head/helmet/space/deathsquad/beret/solgov name = "\improper Trans-Solar Federation commander's beret"