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