From 71db9298a1bb3d2862c9b3bf5d0b997c622b88ee Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 28 May 2021 18:21:46 -0700 Subject: [PATCH] Update world_topic.dm --- code/datums/world_topic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 1edb73d338..de3b887a09 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -293,6 +293,7 @@ "dm_version" = DM_VERSION, "dm_build" = DM_BUILD, "revision" = revdata.commit, + "round_id" = "[GLOB.round_id]" "testmerge_base_url" = "[CONFIG_GET(string/githuburl)]/pull/" ) if (revdata.testmerge.len)