And these other identical frameworks too!

This commit is contained in:
Ava
2023-03-29 02:34:29 -04:00
parent e929cf610b
commit 6f9aa094a2
+2
View File
@@ -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())