Upgrades OverlaySS. Fixes #3627

Tested on my test server and nothing appeared to be broken. Overlays were showing up as expected.

Ghosts no longer became space/stairs/stole someone's tail
This commit is contained in:
C.L
2022-10-05 11:16:58 -04:00
parent 4215e8f6e1
commit e85bdb061b
9 changed files with 181 additions and 232 deletions
+3 -2
View File
@@ -249,6 +249,7 @@
if(!check_rights(R_DEBUG)) return
src << browse(replacetext(SSatoms.InitLog(), "\n", "<br>"), "window=initlog")
/*
/client/proc/cmd_display_overlay_log()
set category = "Debug"
set name = "Display overlay Log"
@@ -256,7 +257,7 @@
if(!check_rights(R_DEBUG)) return
render_stats(SSoverlays.stats, src)
*/
// Render stats list for round-end statistics.
/proc/render_stats(list/stats, user, sort = /proc/cmp_generic_stat_item_time)
sortTim(stats, sort, TRUE)
@@ -676,4 +677,4 @@
var/log = "[key_name(src)] changed [planet.name]'s time to [planet.current_time.show_time("hh:mm")]."
message_admins(log)
log_admin(log)
log_admin(log)