From 0423691ca2568fcd4e522b571307654b39594b5f Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Mon, 15 Jun 2015 12:20:16 +0100 Subject: [PATCH] Missed a span --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index dde4783da3..0416619ad3 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -207,7 +207,7 @@ if(src.sleeping == 0) src.resting = 0 M.visible_message("[M] shakes [src] trying to wake [t_him] up!", \ - "You shake [src] trying to wake [t_him] up!") + "You shake [src] trying to wake [t_him] up!") else var/mob/living/carbon/human/H = M if(istype(H))