From 596e51da42c7055fcccc18a884407b26a2e26ea3 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 18 Sep 2018 13:15:51 -0500 Subject: [PATCH] Dermal implant doesn't cover hair --- code/modules/clothing/head/jobs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 2396ccd432..a9305ffddb 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -130,6 +130,7 @@ item_state_slots = list(slot_r_hand_str = "", slot_l_hand_str = "") valid_accessory_slots = null show_examine = FALSE + flags_inv = null /obj/item/clothing/head/det name = "fedora"