diff --git a/code/datums/mutations/chameleon.dm b/code/datums/mutations/chameleon.dm index 5bf9b470e94..1b23026d378 100644 --- a/code/datums/mutations/chameleon.dm +++ b/code/datums/mutations/chameleon.dm @@ -35,4 +35,4 @@ if(..()) return owner.alpha = 255 - UnregisterSignal(owner, COMSIG_MOVABLE_MOVED) + UnregisterSignal(owner, list(COMSIG_MOVABLE_MOVED, COMSIG_HUMAN_EARLY_UNARMED_ATTACK))