fix cling power alt click not interrupting the alt click chain (#30146)

This commit is contained in:
Toastical
2025-08-19 16:29:04 +03:00
committed by GitHub
parent 171979eadd
commit 1c6dbb6fa7
@@ -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