Updates a message for #new_round_alert (#29916)

* initial commit

* Update code/game/gamemodes/game_mode.dm

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

* moves a "

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
Burzah
2025-08-05 09:45:18 -07:00
committed by GitHub
parent 4f687cc152
commit 24671a263f
+2 -1
View File
@@ -250,7 +250,8 @@
for(var/tech_id in SSeconomy.tech_levels)
SSblackbox.record_feedback("tally", "cargo max tech level sold", SSeconomy.tech_levels[tech_id], tech_id)
GLOB.discord_manager.send2discord_simple(DISCORD_WEBHOOK_PRIMARY, "A round of [get_webhook_name()] has ended - [surviving_total] survivors, [ghosts] ghosts.")
var/round_text = GLOB.round_id ? "Round [GLOB.round_id]" : "Unknown Round"
GLOB.discord_manager.send2discord_simple(DISCORD_WEBHOOK_PRIMARY, "[round_text] of [get_webhook_name()] has ended - [surviving_total] survivors, [ghosts] ghosts.")
if(SSredis.connected)
// Send our presence to required channels
var/list/presence_data = list()