From 9664e09ae7773b14c1feef14efa9a67eca06cdfb Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 8 Nov 2016 20:43:54 -0600 Subject: [PATCH] Turban doesn't cover beard --- code/modules/clothing/head/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 591a77db2b..8519a36410 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -303,7 +303,7 @@ icon_state = "turban" item_state_slots = list(slot_r_hand_str = "beret_white", slot_l_hand_str = "beret_white") body_parts_covered = 0 - flags_inv = BLOCKHAIR + flags_inv = BLOCKHEADHAIR /obj/item/clothing/head/beanie name = "beanie"