From 6f9aa094a2d928b43e4472fda78c6171df60358b Mon Sep 17 00:00:00 2001 From: Ava Date: Wed, 29 Mar 2023 02:26:12 -0400 Subject: [PATCH] And these other identical frameworks too! --- code/modules/clothing/chameleon.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 9918a67cae..c5a16c3043 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -27,7 +27,9 @@ /obj/item/clothing/disguise(newtype) var/obj/item/clothing/C = ..() if (istype(C)) + icon_override = C.icon_override index = C.index + update_icon_define = C.update_icon_define return C /proc/generate_chameleon_choices(var/basetype, var/blacklist=list())