mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
The Great Spanning (#9320)
This PR get rid of all (most of) the span("thing", spans and replaces them with the SPAN_THING( variant, which has gained more popularity recently.
This commit is contained in:
@@ -182,10 +182,10 @@
|
||||
|
||||
/obj/machinery/mineral/processing_unit_console/proc/print_report(var/mob/living/user)
|
||||
if(!inserted_id)
|
||||
to_chat(user, span("warning", "No ID inserted. Cannot digitally sign."))
|
||||
to_chat(user, SPAN_WARNING("No ID inserted. Cannot digitally sign."))
|
||||
return
|
||||
if(!input_mats.len && !output_mats.len && !alloy_mats)
|
||||
to_chat(user, span("warning", "There is no data to print."))
|
||||
to_chat(user, SPAN_WARNING("There is no data to print."))
|
||||
return
|
||||
if(printing)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user