diff --git a/code/modules/mob/living/carbon/xenomorph/Embryo.dm b/code/modules/mob/living/carbon/xenomorph/Embryo.dm index 5f286e5562ef..d3c2b725d7ef 100644 --- a/code/modules/mob/living/carbon/xenomorph/Embryo.dm +++ b/code/modules/mob/living/carbon/xenomorph/Embryo.dm @@ -217,7 +217,7 @@ victim.emote("scream") if(prob(50)) //dont want them passing out too quick D: victim.pain.apply_pain(PAIN_CHESTBURST_STRONG) //ow that really hurts larvie! - var/message = SPAN_HIGHDANGER( pick("IT'target IN YOUR INSIDES!", "IT'target GNAWING YOU!", "MAKE IT STOP!", "YOU ARE GOING TO DIE!", "IT'target TEARING YOU APART!")) + var/message = SPAN_HIGHDANGER( pick("IT'S IN YOUR INSIDES!", "IT'S GNAWING YOU!", "MAKE IT STOP!", "YOU ARE GOING TO DIE!", "IT'S TEARING YOU APART!")) to_chat(victim, message) addtimer(CALLBACK(src, PROC_REF(cause_unbearable_pain), victim), rand(1, 3) SECONDS, TIMER_UNIQUE)