mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +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:
@@ -508,7 +508,7 @@
|
||||
set_pin_data(IC_OUTPUT, 1, A)
|
||||
push_data()
|
||||
activate_pin(1)
|
||||
user.visible_message(span("notice", "[user] waves [assembly] around [A]."), span("notice", "You scan [A] with [assembly]."))
|
||||
user.visible_message(SPAN_NOTICE("[user] waves [assembly] around [A]."), SPAN_NOTICE("You scan [A] with [assembly]."))
|
||||
return TRUE
|
||||
|
||||
/obj/item/integrated_circuit/input/atmo_scanner
|
||||
@@ -919,7 +919,7 @@
|
||||
return FALSE
|
||||
set_pin_data(IC_OUTPUT, 1, A)
|
||||
push_data()
|
||||
user.visible_message(span("notice", "[user] points [assembly] at [A]."), span("notice", "You scan [A] with [assembly]."))
|
||||
user.visible_message(SPAN_NOTICE("[user] points [assembly] at [A]."), SPAN_NOTICE("You scan [A] with [assembly]."))
|
||||
activate_pin(1)
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user