From 5ac575f5790b1390e64f2d3954da6d73b0bcd455 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Tue, 16 Jun 2015 11:09:36 +0200 Subject: [PATCH] Yet another span fix. --- code/modules/mob/living/carbon/brain/posibrain.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/brain/posibrain.dm b/code/modules/mob/living/carbon/brain/posibrain.dm index ceebe1f943f..ffb37dc116a 100644 --- a/code/modules/mob/living/carbon/brain/posibrain.dm +++ b/code/modules/mob/living/carbon/brain/posibrain.dm @@ -99,7 +99,7 @@ if(DEAD) msg += "It appears to be completely inactive.\n" else msg += "It appears to be completely inactive.\n" - msg += "*---------*" + msg += "*---------*" user << msg return