From 68e8fb616266f3efd2ab588ab526d3783cd2590b Mon Sep 17 00:00:00 2001 From: DZD Date: Sun, 9 Aug 2015 10:22:07 -0400 Subject: [PATCH] Span changes --- code/modules/projectiles/projectile/magic.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/magic.dm b/code/modules/projectiles/projectile/magic.dm index 9d7e8c90efc..9772d42dd99 100644 --- a/code/modules/projectiles/projectile/magic.dm +++ b/code/modules/projectiles/projectile/magic.dm @@ -262,7 +262,8 @@ proc/wabbajack(mob/living/M) S.icon = change.icon if(H.mind) H.mind.transfer_to(S) - S << "You are an animated statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [firer.name], your creator." + S << "You are an animated statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved!" + S << "Do not harm [firer.name], your creator." H = change H.loc = S qdel(src)