diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index b63a12d718..9918a67cae 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -24,6 +24,12 @@ return copy //for inheritance +/obj/item/clothing/disguise(newtype) + var/obj/item/clothing/C = ..() + if (istype(C)) + index = C.index + return C + /proc/generate_chameleon_choices(var/basetype, var/blacklist=list()) . = list()