Skip to content

Commit

Permalink
Fix for runner-lesserdrone collision.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segrain committed Aug 1, 2023
1 parent 947878f commit a8f9312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Runner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
/mob/living/carbon/xenomorph/runner/initialize_pass_flags(datum/pass_flags_container/PF)
..()
if (PF)
PF.flags_pass = PASS_FLAGS_CRAWLER
PF.flags_pass |= PASS_FLAGS_CRAWLER

/datum/behavior_delegate/runner_base
name = "Base Runner Behavior Delegate"
Expand Down

0 comments on commit a8f9312

Please sign in to comment.