From 26835ead6d607eda632966d14ec184634fdddc7e Mon Sep 17 00:00:00 2001 From: PlayerUnknown14 <139672964+PlayerUnknown14@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:36:36 +0700 Subject: [PATCH] bugfix: bandanas cover hair (#6061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Тык --- code/modules/clothing/masks/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 64f226b705b..62aa93110ad 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -504,7 +504,7 @@ w_class = WEIGHT_CLASS_TINY flags_inv = HIDENAME|HIDEFACIALHAIR adjusted_slot_flags = ITEM_SLOT_HEAD - adjusted_flags_inv = HIDENAME|HIDEFACIALHAIR|HIDEHEADHAIR + adjusted_flags_inv = HIDENAME|HIDEFACIALHAIR can_toggle = TRUE sprite_sheets = list( SPECIES_VOX = 'icons/mob/clothing/species/vox/mask.dmi',