From bed54fec24f74c2b5455514251855d8b3a0189de Mon Sep 17 00:00:00 2001 From: diegoflores31 Date: Tue, 27 Jun 2023 17:37:27 -0500 Subject: [PATCH] oops --- code/modules/mob/living/carbon/xenomorph/Embryo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)