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)