Because it's like it already

This commit is contained in:
SoundScopes
2015-04-07 20:02:13 +01:00
parent cd12707521
commit ca3b2a81ac
+2 -1
View File
@@ -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]")