mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] View Variables Update (2) (#11149)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4c88eacdd
commit
76310c6448
@@ -4,7 +4,7 @@
|
||||
// Data expects three numerical fields: "survivors", "escaped", "ghosts", "clients"
|
||||
/decl/webhook/roundend/get_message(var/list/data)
|
||||
. = ..()
|
||||
var/desc = "A round of **[SSticker.mode ? SSticker.mode.name : "Unknown"]** ([game_id]) has ended.\n\n"
|
||||
var/desc = "A round of **[SSticker.mode ? SSticker.mode.name : "Unknown"]** (Round ID: [GLOB.round_id ? GLOB.round_id : "No database"]) has ended.\n\n"
|
||||
if(data)
|
||||
var/s_escaped = "Escaped"
|
||||
if(!emergency_shuttle.evac)
|
||||
|
||||
Reference in New Issue
Block a user