NT to GT - comments

- added GS13 comments to wherever NT was changed into GT
This commit is contained in:
evilew
2024-11-21 21:45:25 +01:00
parent 94355ba15e
commit 4518a0b016
33 changed files with 48 additions and 48 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 GT" : "Uncertified"] mail for [recipient].")
. += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].") //GS13 - NT to GT
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 GT disposal system.")
. += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.") //GS13 - NT to GT
/// Accepts a mind to initialize goodies for a piece of mail.
/obj/item/mail/proc/initialize_for_recipient(datum/mind/recipient)