From 7a8d1fb3a39706c193d0a8b6ce0500da9180b123 Mon Sep 17 00:00:00 2001 From: Da Cool Boss <142358580+DaCoolBoss@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:06:14 +0100 Subject: [PATCH] Rewrites GLA mail counterfeit device's descriptions (#84215) --- code/game/objects/items/mail.dm | 4 ++-- code/game/objects/items/storage/uplink_kits.dm | 2 +- code/modules/uplink/uplink_items/job.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/mail.dm b/code/game/objects/items/mail.dm index 4a3de80959f53..2aec478162445 100644 --- a/code/game/objects/items/mail.dm +++ b/code/game/objects/items/mail.dm @@ -488,7 +488,7 @@ /obj/item/storage/mail_counterfeit_device name = "GLA-2 mail counterfeit device" - desc = "Device that actually able to counterfeit NT's mail. This device also able to place a trap inside of mail for malicious actions. Trap will \"activate\" any item inside of mail. Also it might be used for contraband purposes. Integrated micro-computer will give you great configuration optionality for your needs." + desc = "A single-use device for spoofing official NT envelopes. Can hold one normal sized object, and can be programmed to arm its contents when opened." w_class = WEIGHT_CLASS_NORMAL icon = 'icons/obj/antags/syndicate_tools.dmi' icon_state = "mail_counterfeit_device" @@ -501,7 +501,7 @@ /obj/item/storage/mail_counterfeit_device/examine_more(mob/user) . = ..() - . += span_notice("You notice the manufacture marking on the side of the device...") + . += span_notice("You notice the manufacturer information on the side of the device...") . += "\t[span_info("Guerilla Letter Assembler")]" . += "\t[span_info("GLA Postal Service, right on schedule.")]" return . diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 3a4ce82d85e51..96b2d10440d4e 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -449,7 +449,7 @@ /obj/item/storage/box/syndie_kit/mail_counterfeit name = "mail counterfeit kit" - desc = "A box full of mail counterfeit devices. Nothing stops the mail." + desc = "A GLA Postal Service branded box. It's emblazoned with the motto: *Nothing stops the mail*." /obj/item/storage/box/syndie_kit/mail_counterfeit/PopulateContents() for(var/i in 1 to 6) diff --git a/code/modules/uplink/uplink_items/job.dm b/code/modules/uplink/uplink_items/job.dm index 40e0092d434dc..98378a9422a03 100644 --- a/code/modules/uplink/uplink_items/job.dm +++ b/code/modules/uplink/uplink_items/job.dm @@ -18,7 +18,7 @@ /datum/uplink_item/role_restricted/mail_counterfeit_kit name = "GLA Brand Mail Counterfeit Kit" - desc = "A box full of mail counterfeit devices. Devices that actually able to counterfeit NT's mail. Those devices also able to place a trap inside of mail for malicious actions. Trap will \"activate\" any item inside of mail. Also counterfieted mail might be used for contraband purposes. Integrated micro-computer will give you great configuration optionality for your needs. \nNothing stops the mail." + desc = "A box of five (5) counterfeit devices. Each single-use device can hold one normal sized object, and impersonate an ordinary postal envelope addressed to whoever you choose. Optionally, can be rigged to activate held items - great for if you want to surprise someone with a primed grenade!" item = /obj/item/storage/box/syndie_kit/mail_counterfeit cost = 2 illegal_tech = FALSE