mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Merge pull request #5794 from CHOMPStation2/upstream-merge-14533
[MIRROR] [MIRROR] Suit kits no longer set item_state on hooded clothes
This commit is contained in:
@@ -98,10 +98,8 @@
|
|||||||
suit.desc = new_desc
|
suit.desc = new_desc
|
||||||
suit.icon_state = "[new_icon]_suit"
|
suit.icon_state = "[new_icon]_suit"
|
||||||
suit.toggleicon = "[new_icon]_suit"
|
suit.toggleicon = "[new_icon]_suit"
|
||||||
suit.item_state = "[new_icon]_suit"
|
|
||||||
var/obj/item/clothing/head/hood/S = suit.hood
|
var/obj/item/clothing/head/hood/S = suit.hood
|
||||||
S.icon_state = "[new_icon]_helmet"
|
S.icon_state = "[new_icon]_helmet"
|
||||||
S.item_state = "[new_icon]_helmet"
|
|
||||||
if(new_icon_file)
|
if(new_icon_file)
|
||||||
suit.icon = new_icon_file
|
suit.icon = new_icon_file
|
||||||
S.icon = new_icon_file
|
S.icon = new_icon_file
|
||||||
|
|||||||
Reference in New Issue
Block a user