mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
I don't know what I'm doing
This commit is contained in:
@@ -97,5 +97,8 @@
|
||||
// Voting & civic duty
|
||||
var/ivoted = FALSE
|
||||
|
||||
// Last Round Scoreboard images have been sent
|
||||
var/received_last_round_images = FALSE
|
||||
|
||||
var/list/person_animation_viewers = list()
|
||||
var/list/item_animation_viewers = list()
|
||||
|
||||
@@ -275,6 +275,9 @@
|
||||
else if (last_round_end_info)
|
||||
winset(src, "rpane.round_end", "is-visible=false")
|
||||
winset(src, "rpane.last_round_end", "is-visible=true")
|
||||
if (last_scoreboard_images?.len)
|
||||
for(var/i = 1 to last_scoreboard_images.len)
|
||||
src << browse_rsc("<img src='data:image/png;base64,[last_scoreboard_images[i]]'>","logo_[i].png")
|
||||
else
|
||||
winset(src, "rpane.round_end", "is-visible=false")
|
||||
winset(src, "rpane.last_round_end", "is-visible=false")
|
||||
|
||||
Reference in New Issue
Block a user