Skip to content

Commit

Permalink
XvX compat
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Jan 16, 2024
1 parent f057c06 commit 7dd5bc0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
#undef FIND_NEW_TRAVEL_RADIUS_MAX

/mob/living/carbon/xenomorph/facehugger/check_mob_target(mob/living/carbon/human/checked_human)
if(!istype(checked_human))
return FALSE // We don't wanna to attack anyone except humans (compat for soon coming XvX code)

if(istype(checked_human.wear_mask, /obj/item/clothing/mask/facehugger))
return FALSE

Expand Down

0 comments on commit 7dd5bc0

Please sign in to comment.