mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 07:08:22 +01:00
Fix for cham clothing with non-null index
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user