mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +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:
@@ -29,5 +29,5 @@
|
||||
*/
|
||||
/datum/controller/proc/log_startup_progress(message)
|
||||
Master.last_init_info = "([name]): [message]"
|
||||
to_chat(world, "<span class='danger'><small>\[[name]]</small> [message]</span>", MESSAGE_TYPE_DEBUG, confidential = TRUE)
|
||||
to_chat(world, SPAN_DANGER("<small>\[[name]]</small> [message]"), MESSAGE_TYPE_DEBUG, confidential = TRUE)
|
||||
log_world("\[[name]] [message]")
|
||||
|
||||
Reference in New Issue
Block a user