From 7acb94a674b3a17a9c63dd6493623fb91dd55a58 Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:36:34 +0000 Subject: [PATCH] Just to confirm it isn't this --- code/modules/clothing/chameleon.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 14dd0fd097f7..3666e1dd3c54 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -169,8 +169,6 @@ active = TRUE background_icon_state = "bg_default_on" build_all_button_icons() - if(target) - return InterceptClickOn(owner, null, target) set_click_ability(owner) /datum/action/cooldown/chameleon_copy/proc/CheckValidTarget(atom/target)