mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Convert most spans to defines (#31080)
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
if(length(unreceived))
|
||||
if(length(unreceived) >= ASSET_CACHE_TELL_CLIENT_AMOUNT)
|
||||
to_chat(client, "<span class='debug'>Sending Resources...</span>")
|
||||
to_chat(client, SPAN_DEBUG("Sending Resources..."))
|
||||
|
||||
for(var/asset_name in unreceived)
|
||||
var/new_asset_name = asset_name
|
||||
|
||||
Reference in New Issue
Block a user