Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8994341

Browse files
committed
Fixes chameleon hardsuits and them unduly calling their own proc hundreds of times
1 parent b38711b commit 8994341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/modules/clothing/chameleon.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@
277277
var/obj/item/clothing/suit/space/hardsuit/HS = picked_item
278278
var/obj/item/clothing/head/helmet/helmet = initial(HS.helmettype)
279279
I.head_piece.initial_state = initial(helmet.icon_state)
280-
update_item(helmet, I.head_piece)
281280
I.head_piece.update_appearance(UPDATE_ICON)
282281
qdel(helmet)
283282
//YOGS END

0 commit comments

Comments
 (0)