From ca3b2a81ac503e92373248f907dc03e2201fedad Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 7 Apr 2015 20:02:13 +0100 Subject: [PATCH] Because it's like it already --- code/modules/mob/mob.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 837a5ee6..f8750d68 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -749,7 +749,8 @@ note dizziness decrements automatically in the mob's Life() proc. if(istype(C.mob, /mob/new_player)) lobby++ total++ - stat(null, "Players: [total]\t Moderation Staff: [staff]") + stat(null, "Players: [total]") + stat(null, "Moderation Staff: [staff]") stat(null, "Living: [players]\tGhosts: [ghosts]\tLobby: [lobby]") if(client) stat(null, "Round Time: [round(world.time / 36000)]:[(world.time / 600 % 60) < 10 ? add_zero(world.time / 600 % 60, 1) : world.time / 600 % 60]")