diff --git a/code/modules/clothing/suits/aliens/seromi.dm b/code/modules/clothing/suits/aliens/seromi.dm index 9c7b9832d0..801ee05709 100644 --- a/code/modules/clothing/suits/aliens/seromi.dm +++ b/code/modules/clothing/suits/aliens/seromi.dm @@ -307,6 +307,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" @@ -545,4 +546,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"