Skip to content

Commit

Permalink
Update xeno_ai_interaction.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Jan 24, 2024
1 parent 662a63e commit eb0e383
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ At bare minimum, make sure the relevant checks from parent types gets copied in
if(status_flags & GODMODE)
return

if(X.can_not_harm(src))
return // No nibbles for friendlies

. = ..()

/mob/living/carbon/human/check_mob_target(mob/living/carbon/xenomorph/ai_xeno)
Expand Down

0 comments on commit eb0e383

Please sign in to comment.