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]")