From 89784875489b0bea4093d3f845003047ef13a537 Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Tue, 10 Apr 2012 19:25:43 +0000 Subject: [PATCH] Decreases the side of the tensioner warning git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3432 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/helper_datums/tension.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/helper_datums/tension.dm b/code/datums/helper_datums/tension.dm index 633c0ba79c7..e5c47faa4da 100644 --- a/code/datums/helper_datums/tension.dm +++ b/code/datums/helper_datums/tension.dm @@ -103,7 +103,7 @@ var/global/datum/tension/tension_master for (var/mob/M in world) if (M.client && M.client.holder) - M << " The tensioner wishes to create additional antagonists! Press (this) in 60 seconds to abort!" + M << " The tensioner wishes to create additional antagonists! Press (this) in 60 seconds to abort!" spawn(600) if(!supress)