From 477ee4fbfdba2fcc05c2a7111d254544938716eb Mon Sep 17 00:00:00 2001 From: xDanilcusx Date: Tue, 16 Jan 2024 21:24:18 +0300 Subject: [PATCH] oh wait, this isnt used anywhere --- .../mob/living/carbon/xenomorph/ai/movement/facehugger.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))