From 49e54c9743dab01777df29d51ed96c5831efb620 Mon Sep 17 00:00:00 2001 From: kcin2001 Date: Fri, 17 May 2019 19:47:05 -0700 Subject: [PATCH] fixes black and red hooded cloak hood --- code/modules/clothing/suits/aliens/seromi.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/aliens/seromi.dm b/code/modules/clothing/suits/aliens/seromi.dm index 8153498e8e..c03c204fae 100644 --- a/code/modules/clothing/suits/aliens/seromi.dm +++ b/code/modules/clothing/suits/aliens/seromi.dm @@ -302,6 +302,7 @@ name = "black and red hooded cloak" icon_state = "tesh_hcloak_br" item_state = "tesh_hcloak_br" + hoodtype = /obj/item/clothing/head/tesh_hood/standard/black_red /obj/item/clothing/suit/storage/hooded/teshari/standard/black name = "black hooded cloak" @@ -540,4 +541,4 @@ /obj/item/clothing/head/tesh_hood/standard/brown_grey name = "brown and grey cloak hood" icon_state = "tesh_hood_brg" - item_state = "tesh_hood_brg" \ No newline at end of file + item_state = "tesh_hood_brg"