From 1c6dbb6fa79ef2402aa157ffceadc4e5708bffc7 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:29:04 +0300 Subject: [PATCH] fix cling power alt click not interrupting the alt click chain (#30146) --- code/modules/antagonists/changeling/changeling_power.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/changeling/changeling_power.dm b/code/modules/antagonists/changeling/changeling_power.dm index 15fba006b05..96d57c54b42 100644 --- a/code/modules/antagonists/changeling/changeling_power.dm +++ b/code/modules/antagonists/changeling/changeling_power.dm @@ -49,6 +49,7 @@ try_to_sting(owner) /datum/action/changeling/proc/try_to_sting(mob/user, mob/target) + . = TRUE // Value doesn't appear to matter here, but it matters for the middle-click override in AltClickOn inside click.dm user.changeNext_click(5) if(!can_sting(user, target)) return