Missed a span

This commit is contained in:
GinjaNinja32
2015-06-15 12:20:16 +01:00
parent 4da75dba68
commit 0423691ca2
+1 -1
View File
@@ -207,7 +207,7 @@
if(src.sleeping == 0)
src.resting = 0
M.visible_message("<span class='notice'>[M] shakes [src] trying to wake [t_him] up!</span>", \
"<span class='notice'>You shake [src] trying to wake [t_him] up!")
"<span class='notice'>You shake [src] trying to wake [t_him] up!</span>")
else
var/mob/living/carbon/human/H = M
if(istype(H))