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:
@@ -576,7 +576,7 @@
|
||||
else if(href_list["remove_psionics"])
|
||||
var/datum/psi_complexus/psi = locate(href_list["remove_psionics"])
|
||||
if(psi && psi.owner && !QDELETED(psi))
|
||||
to_chat(psi.owner, span("notice", "<b>Your psionic powers vanish abruptly, leaving you cold and empty.</b>"))
|
||||
to_chat(psi.owner, SPAN_NOTICE("<b>Your psionic powers vanish abruptly, leaving you cold and empty.</b>"))
|
||||
log_and_message_admins("removed all psionics from [key_name(psi.owner)].")
|
||||
QDEL_NULL(psi)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user