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

Commit 118f796

Browse files
committed
Okay, maybe I should have checked the typepath
1 parent 1faa6f9 commit 118f796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/clothing/chameleon.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
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
263+
var/datum/action/cooldown/chameleon_copy/C = locate(/datum/action/cooldown/chameleon_copy) in M.actions
264264
qdel(C)
265265
return ..()
266266

0 commit comments

Comments
 (0)