Skip to content

Commit

Permalink
oh wait, this isnt used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Jan 16, 2024
1 parent f470157 commit 477ee4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 477ee4f

Please sign in to comment.