mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
fix cling power alt click not interrupting the alt click chain (#30146)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user