Saves your PDA message if you get a messinging server error (#18613)

* Messenger buff

* Removes normal span

* Makes saved message be appendage via newline
This commit is contained in:
Ryumi
2025-10-11 15:46:40 -05:00
committed by GitHub
parent 2749297319
commit 845fc8ee88
+2 -1
View File
@@ -183,7 +183,8 @@
U.log_message("(PDA: [src.name] | [U.real_name]) sent \"[t]\" to [P.name]", LOG_PDA)
to_chat(U, "[icon2html(pda,U.client)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
else
to_chat(U, span_notice("ERROR: Messaging server is not responding."))
to_chat(U, span_notice("ERROR: Messaging server is not responding.\n\n\
However, your message has been saved: ") + t)
/datum/data/pda/app/messenger/proc/available_pdas()
var/list/names = list()