From e8545eeb534b1c5fc9088164469f99fcedb6588e Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 8 Jul 2014 21:59:49 +0300 Subject: [PATCH] Wintercoat REmoves the hood aspect of the coat until a fix is found. --- code/modules/clothing/suits/miscellaneous.dm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 8011d6a3..d9c6707a 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -346,6 +346,9 @@ desc = "A soft dark coat, with fur on the edges of the hood." icon_state = "coatdark" item_state = "coatdark" +// body_parts_covered = HEAD +// flags = FPRINT|TABLEPASS|HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR +// flags_inv = HIDEMASK|HIDEEARS|HIDEEYES /obj/item/clothing/suit/wintercoat/white name = "White Winter Coat" @@ -353,6 +356,10 @@ icon_state = "coatwhite" item_state = "coatwhite" +/* + * Removed until a fix can be found for hiding hair. Fucking hair. + * Further info: setting body_parts_covered to include the HEAD does not work, at least not with the tonnes of flags I've added in. + * /obj/item/clothing/suit/wintercoat/verb/toggle() set name = "Toggle wintercoat hood" set category = "Object" @@ -383,4 +390,4 @@ else usr << "You attempt to button-up the velcro on your [src], before promptly realising how retarded you are." return - usr.update_inv_wear_suit() //so our overlays update \ No newline at end of file + usr.update_inv_wear_suit()*/ //so our overlays update \ No newline at end of file