Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/xeno_ai_interaction.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
Merrgear and Doubleumc committed Aug 3, 2024
1 parent 9d0e872 commit f8a1811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ At bare minimum, make sure the relevant checks from parent types gets copied in
// MOBS //
/////////////////////////////
/mob/living/ai_check_stat(mob/living/carbon/xenomorph/X)
return stat == CONSCIOUS && !(HAS_TRAIT(src, TRAIT_FLOORED) && HAS_TRAIT(src, TRAIT_INCAPACITATED))
return stat == CONSCIOUS && !(body_position == LYING_DOWN && HAS_TRAIT(src, TRAIT_INCAPACITATED))


/////////////////////////////
Expand Down

0 comments on commit f8a1811

Please sign in to comment.