mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Merge commit '179a607a90ad7ec62bdaff4e6fe72af60ee56442' of https://github.com/tgstation/tgstation into upstream-24-10b
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "rtd"
|
||||
|
||||
/datum/asset/spritesheet/rtd/create_spritesheets()
|
||||
//some tiles may share the same icon but have diffrent properties to animate that icon
|
||||
//some tiles may share the same icon but have different properties to animate that icon
|
||||
//so we keep track of what icons we registered
|
||||
var/list/registered = list()
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
if (unreceived.len)
|
||||
if (unreceived.len >= ASSET_CACHE_TELL_CLIENT_AMOUNT)
|
||||
to_chat(client, "<span class='infoplain'>Sending Resources...</span>")
|
||||
to_chat(client, span_infoplain("Sending Resources..."))
|
||||
|
||||
for (var/asset_name in unreceived)
|
||||
var/new_asset_name = asset_name
|
||||
|
||||
Reference in New Issue
Block a user