mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +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:
@@ -71,7 +71,7 @@
|
||||
|
||||
/obj/structure/diona/bulb/unpowered/attackby(obj/item/W, mob/user)
|
||||
if(istype(W, /obj/item/cell))
|
||||
to_chat(user, span("notice", "You jack the power cell into the glow bulb."))
|
||||
to_chat(user, SPAN_NOTICE("You jack the power cell into the glow bulb."))
|
||||
new /obj/structure/diona/bulb(get_turf(src))
|
||||
qdel(W)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user