Upgrades the MC (#18769)

* Upgrades the MC

* More tweaks
This commit is contained in:
AffectedArc07
2022-08-14 14:55:31 +01:00
committed by GitHub
parent a1f296f2d8
commit d688300c3a
7 changed files with 388 additions and 170 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
* Standardized method for tracking startup times.
*/
/datum/controller/proc/log_startup_progress(message)
Master.current_init_stage = "([name]): [message]"
Master.last_init_info = "([name]): [message]"
to_chat(world, "<span class='danger'><small>\[[name]]</small> [message]</span>")
log_world("\[[name]] [message]")