Changed most instances of NT (Nanotranse) to GT (GATO). Left alone stuff that makes sense for it to be NT branded
This commit is contained in:
evilew
2024-11-09 23:11:05 +01:00
parent edea3ae8e0
commit 42c59d3506
39 changed files with 56 additions and 56 deletions
+2 -2
View File
@@ -154,12 +154,12 @@
. += span_notice("<i>You notice the postmarking on the front of the mail...</i>")
var/datum/mind/recipient = recipient_ref.resolve()
if(recipient)
. += span_info("[postmarked ? "Certified NT" : "Uncertified"] mail for [recipient].")
. += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].")
else if(postmarked)
. += span_info("Certified mail for [GLOB.station_name].")
else
. += span_info("This is a dead letter mail with no recipient.")
. += span_info("Distribute by hand or via destination tagger using the certified NT disposal system.")
. += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.")
/// Accepts a mind to initialize goodies for a piece of mail.
/obj/item/mail/proc/initialize_for_recipient(datum/mind/recipient)