From 6d920f375b00762cd2092c8d34c4cc23c283a996 Mon Sep 17 00:00:00 2001 From: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:57:11 -0400 Subject: [PATCH] maybe? --- code/modules/mob/living/carbon/xenomorph/castes/Runner.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm index f32edbb603..6bbfe343d7 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Runner.dm @@ -148,8 +148,8 @@ /mob/living/carbon/xenomorph/runner/stop_pulling() . = ..() - pass_flags = initial(pass_flags) + pass_flags |= PASS_FLAGS_CRAWLER /mob/living/carbon/xenomorph/runner/start_pulling(atom/movable/clone/victim, lunge, no_msg) . = ..() - pass_flags = victim.pass_flags + pass_flags &= ~PASS_FLAGS_CRAWLER