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 6, 2024
1 parent a745eee commit 69cf9c2
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 && !(body_position == LYING_DOWN && HAS_TRAIT(src, TRAIT_INCAPACITATED))
return stat == CONSCIOUS && !(locate(/datum/effects/crit) in effects_list)


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

0 comments on commit 69cf9c2

Please sign in to comment.