Skip to content

Commit

Permalink
Fix no delay check for attacks on barriers via drag
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Aug 18, 2023
1 parent 514b4cd commit 548c6f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,9 @@


/mob/living/carbon/xenomorph/start_pulling(atom/movable/AM, lunge, no_msg)
if(next_move >= world.time)
return FALSE

if(SEND_SIGNAL(AM, COMSIG_MOVABLE_XENO_START_PULLING, src) & COMPONENT_ALLOW_PULL)
return do_pull(AM, lunge, no_msg)

Expand Down

0 comments on commit 548c6f9

Please sign in to comment.