Skip to content

Commit

Permalink
Stops xenos from nibbling friendlies
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx authored Jan 24, 2024
1 parent eb0e383 commit b330771
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ At bare minimum, make sure the relevant checks from parent types gets copied in

return XENO_PENALTY

/mob/living/carbon/xenomorph/xeno_ai_act(mob/living/carbon/xenomorph/X)
if(X.can_not_harm(src))
return

. = ..()

/mob/living/carbon/xenomorph/check_mob_target(mob/living/carbon/xenomorph/ai_xeno)
. = ..()
if(!.)
Expand Down

0 comments on commit b330771

Please sign in to comment.