Skip to content

Commit

Permalink
removes reference to agility in warrior code
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 17, 2023
1 parent 312eef2 commit cbf0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
return ..()

/mob/living/carbon/xenomorph/warrior/start_pulling(atom/movable/movable_atom, lunge)
if (!check_state() || agility)
if (!check_state())
return FALSE

if(!isliving(movable_atom))
Expand Down

0 comments on commit cbf0d78

Please sign in to comment.