From 2cd9063e70a8fe71b906666c2b17ab66230765c4 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 2 Sep 2021 09:34:47 -0400 Subject: [PATCH] Allows status to output the round ID (#16610) * Allows status to output the round ID * Spacing is good for clarity --- code/modules/world_topic/status.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/world_topic/status.dm b/code/modules/world_topic/status.dm index 4f964eeeb3b..8137cb7f10d 100644 --- a/code/modules/world_topic/status.dm +++ b/code/modules/world_topic/status.dm @@ -31,7 +31,8 @@ status_info["players"] = player_count status_info["admins"] = admin_count status_info["map_name"] = SSmapping.map_datum.fluff_name - + status_info["round_id"] = GLOB.round_id + // Add more info if we are authed if(key_valid) if(SSticker && SSticker.mode)