diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm b/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm index 869d7c12ec52..06eafcf074ed 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm @@ -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))