mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +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:
@@ -148,5 +148,5 @@
|
||||
..()
|
||||
if(use_message && !message_used)
|
||||
message_used = TRUE
|
||||
visible_message(span("notice",use_message))
|
||||
visible_message(SPAN_NOTICE(use_message))
|
||||
playsound(src.loc, 'sound/machines/chime.ogg', 25, 1)
|
||||
Reference in New Issue
Block a user