From ae14f4a375f44ad68174e187f8499ed084d2dd3e Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Fri, 3 May 2024 12:46:38 -0700 Subject: [PATCH] removes extra punctuation --- code/modules/mob/living/carbon/human/species_types/ethereal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/ethereal.dm b/code/modules/mob/living/carbon/human/species_types/ethereal.dm index a1db3d34c6a9..2313dd04eb30 100644 --- a/code/modules/mob/living/carbon/human/species_types/ethereal.dm +++ b/code/modules/mob/living/carbon/human/species_types/ethereal.dm @@ -143,7 +143,7 @@ // Rooting was interupted, so we start digging yourself out. if(!(get_dist(terrain, H) <= 0 && isturf(H.loc))) //You got moved and uprooted, time to suffer the consequences. - H.visible_message("[H] is forcefully uprooted. That looked like it hurt.","You're forcefully unrooted! Ouch!","You hear someone scream in pain..") + H.visible_message("[H] is forcefully uprooted. That looked like it hurt.","You're forcefully unrooted! Ouch!","You hear someone scream in pain.") H.apply_damage(8,BRUTE,BODY_ZONE_CHEST) H.apply_damage(8,BRUTE,BODY_ZONE_L_LEG) H.apply_damage(8,BRUTE,BODY_ZONE_R_LEG)