From 3bced9080749837ede130c37151a10b3ea12a425 Mon Sep 17 00:00:00 2001 From: atermonera Date: Sun, 19 Feb 2023 22:19:09 -0800 Subject: [PATCH] Suit kits no longer set item_state on hooded clothes --- code/game/objects/items/paintkit.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/items/paintkit.dm b/code/game/objects/items/paintkit.dm index ddfd1d7204..8adf1eac6f 100644 --- a/code/game/objects/items/paintkit.dm +++ b/code/game/objects/items/paintkit.dm @@ -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