Suit kits no longer set item_state on hooded clothes

This commit is contained in:
atermonera
2023-02-19 22:19:09 -08:00
parent 0784e40a1e
commit 3bced90807
-2
View File
@@ -129,10 +129,8 @@
suit.desc = new_desc
suit.icon_state = "[new_icon]_suit"
suit.toggleicon = "[new_icon]_suit"
suit.item_state = "[new_icon]_suit"
var/obj/item/clothing/head/hood/S = suit.hood
S.icon_state = "[new_icon]_helmet"
S.item_state = "[new_icon]_helmet"
if(new_icon_file)
suit.icon = new_icon_file
S.icon = new_icon_file