diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm index 02699fb389..f32edbb603 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm @@ -145,3 +145,11 @@ var/datum/action/xeno_action/onclick/xenohide/hide = get_xeno_action_by_type(bound_xeno, /datum/action/xeno_action/onclick/xenohide) if(hide) hide.post_attack() + +/mob/living/carbon/xenomorph/runner/stop_pulling() + . = ..() + pass_flags = initial(pass_flags) + +/mob/living/carbon/xenomorph/runner/start_pulling(atom/movable/clone/victim, lunge, no_msg) + . = ..() + pass_flags = victim.pass_flags