From ca47ba5000b95f67b7bd2a5cebe7148f5f4dc0a4 Mon Sep 17 00:00:00 2001 From: Miraviel <33333517+Miraviel@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:37:39 +0200 Subject: [PATCH] Adds blockhair flag to bandana --- 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 979082251c5..bd7f13846c6 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -417,6 +417,7 @@ /obj/item/clothing/mask/bandana name = "bandana" desc = "A colorful bandana." + flags = BLOCKHAIR flags_inv = HIDEFACE flags_cover = MASKCOVERSMOUTH w_class = WEIGHT_CLASS_TINY