From d7062bd9bca0b8d3dc5b60e08adefca273ab3275 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Thu, 11 Apr 2024 13:35:43 -0300 Subject: [PATCH] typo from tg (real) --- code/game/objects/items/mail.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/mail.dm b/code/game/objects/items/mail.dm index 9f5f102d1a..ee027dee1e 100644 --- a/code/game/objects/items/mail.dm +++ b/code/game/objects/items/mail.dm @@ -154,7 +154,7 @@ . += span_notice("You notice the postmarking on the front of the mail...") var/datum/mind/recipient = recipient_ref.resolve() if(recipient) - . += span_info("[postmarked ? "Certified NT" : "Uncertfieid"] mail for [recipient].") + . += span_info("[postmarked ? "Certified NT" : "Uncertified"] mail for [recipient].") else if(postmarked) . += span_info("Certified mail for [GLOB.station_name].") else