various fixes (#6252)

see commits

fixes stuff in maintainer bug triage

---------

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2024-01-06 12:27:26 -07:00
committed by GitHub
co-authored by silicons
parent 0eda4b7607
commit e5c9de9b6c
50 changed files with 213 additions and 338 deletions
@@ -1,4 +1,8 @@
/client/proc/warn_if_no_asset_cache_browser()
if(!winexists(src, "asset_cache_browser")) // The client is using a custom skin, tell them.
to_chat(src, "<span class='warning'>Unable to access asset cache browser, if you are using a custom skin file, please allow DS to download the updated version, if you are not, then make a bug report. This is not a critical issue but can cause issues with resource downloading, as it is impossible to know when extra resources arrived to you.</span>")
/// Process asset cache client topic calls for `"asset_cache_confirm_arrival=[INT]"`
/client/proc/asset_cache_confirm_arrival(job_id)
var/asset_cache_job = round(text2num(job_id))