Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Aug 1, 2024
1 parent 19488c6 commit 901f664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/Embryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
var/message = pick("Your chest hurts badly", "It becomes difficult to breathe", "Your heart starts beating rapidly, and each beat is painful")
message = SPAN_WARNING("[message].")
to_chat(affected_mob, message)
if(!HAS_TRAIT(affected_mob, TRAIT_NESTED))
affected_mob.pain.apply_pain(PAIN_CHESTBURST_WEAK)
if(prob(50))
affected_mob.emote("scream")
if(!HAS_TRAIT(affected_mob, TRAIT_NESTED))
affected_mob.pain.apply_pain(PAIN_CHESTBURST_WEAK)
if(prob(6))
if(!HAS_TRAIT(src, TRAIT_KNOCKEDOUT))
affected_mob.visible_message(SPAN_DANGER("[affected_mob] starts shaking uncontrollably!"), \
Expand Down

0 comments on commit 901f664

Please sign in to comment.