diff --git a/code/modules/mob/living/carbon/xenomorph/ai/movement/facehugger.dm b/code/modules/mob/living/carbon/xenomorph/ai/movement/facehugger.dm index 1c451612a6..3fe30af6e8 100644 --- a/code/modules/mob/living/carbon/xenomorph/ai/movement/facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/ai/movement/facehugger.dm @@ -78,7 +78,7 @@ #undef FIND_NEW_TRAVEL_RADIUS_MAX /mob/living/carbon/xenomorph/facehugger/check_mob_target(mob/living/carbon/checked_target) - if(!iscarbonsizehuman(checked_target)) + if(!ishuman(checked_target)) return FALSE // We don't wanna to attack anyone except humans (compat for soon coming XvX code) if(istype(checked_target.wear_mask, /obj/item/clothing/mask/facehugger))