Skip to content

Commit

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

0 comments on commit 9858862

Please sign in to comment.