mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user