Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 authored Nov 4, 2023
1 parent 9858862 commit 6d920f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Runner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d920f3

Please sign in to comment.