From 9f10dbdbff488ca48c45e2a55b9464a0b439f344 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Fri, 24 Apr 2020 18:20:42 -0700 Subject: [PATCH] Adds hub status to topic. (#50648) self explanatory --- code/datums/world_topic.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 18e7a8666b6..196110aea38 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -154,6 +154,8 @@ .["players"] = GLOB.clients.len .["revision"] = GLOB.revdata.commit .["revision_date"] = GLOB.revdata.date + .["hub"] = GLOB.hub_visibility + var/list/adm = get_admin_counts() var/list/presentmins = adm["present"]