diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index 5c2a4c42529..a4385bcc74d 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -271,6 +271,10 @@
var/list/parts = list()
var/station_evacuated = EMERGENCY_ESCAPED_OR_ENDGAMED
+ if(GLOB.round_id)
+ var/statspage = CONFIG_GET(string/roundstatsurl)
+ var/info = statspage ? "[GLOB.round_id]" : GLOB.round_id
+ parts += "[GLOB.TAB]Round ID: [info]"
parts += "[GLOB.TAB]Shift Duration: [DisplayTimeText(world.time - SSticker.round_start_time)]"
parts += "[GLOB.TAB]Station Integrity: [mode.station_was_nuked ? "Destroyed" : "[popcount["station_integrity"]]%"]"
var/total_players = GLOB.joined_player_list.len