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

Commit 1faa6f9

Browse files
committed
Prevents chameleon copy duplicating
1 parent c25e981 commit 1faa6f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/clothing/chameleon.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@
260260
if(!LAZYLEN(M.chameleon_item_actions))
261261
var/datum/action/chameleon_outfit/O = locate(/datum/action/chameleon_outfit) in M.actions
262262
qdel(O)
263+
var/datum/action/chameleon_copy/C = locate(/datum/action/chameleon_copy) in M.actions
264+
qdel(C)
263265
return ..()
264266

265267
/datum/action/item_action/chameleon/change/proc/initialize_disguises()

0 commit comments

Comments
 (0)