mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +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:
@@ -89,8 +89,8 @@
|
||||
new /obj/effect/overlay/temp/bluespace_fissure(get_turf(src))
|
||||
new /obj/effect/overlay/temp/bluespace_fissure(get_turf(linked_to))
|
||||
user.forceMove(get_turf(linked_to))
|
||||
user.visible_message(span("warning", "[user] [slip_in_message]."), span("notice", "You enter \the [src]..."))
|
||||
user.visible_message(span("warning", "[user] [slip_out_message]."), span("notice", "...and find your way to the other side."))
|
||||
user.visible_message(SPAN_WARNING("[user] [slip_in_message]."), SPAN_NOTICE("You enter \the [src]..."))
|
||||
user.visible_message(SPAN_WARNING("[user] [slip_out_message]."), SPAN_NOTICE("...and find your way to the other side."))
|
||||
|
||||
/datum/brain_trauma/special/love
|
||||
name = "Hyper-dependency"
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
return
|
||||
|
||||
if (reason)
|
||||
to_chat(user, span("notice", reason))
|
||||
to_chat(user, SPAN_NOTICE(reason))
|
||||
|
||||
user << browse(null, "window=greeting")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user