mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +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:
@@ -198,7 +198,7 @@
|
||||
/obj/item/stack/proc/can_use(var/used, var/mob/user=null)
|
||||
if (get_amount() < used)
|
||||
if(user && isrobot(user))
|
||||
to_chat(user, span("warning", "You don't have enough charge left in your synthesizer!"))
|
||||
to_chat(user, SPAN_WARNING("You don't have enough charge left in your synthesizer!"))
|
||||
return 0
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user