From aae0ce35eb3fbf1f3d6d6bc8c4fbc6f9b9285972 Mon Sep 17 00:00:00 2001 From: DaydreamIQ <62606051+DaydreamIQ@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:29:54 +0100 Subject: [PATCH] Adjusts the SWAT crate description to be more accurate (#74943) ## About The Pull Request Changes the description of the Swat crate to mention gorilla gloves specifically instead of combat. ## Why It's Good For The Game Its kind of misleading as most would assume it means the insulated kind, not the 'throw yourself into someone at mach 5' kind. ## Changelog :cl: fix: Swat crate's description now lists the correct kind of gloves /:cl: --- code/modules/cargo/packs/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/security.dm b/code/modules/cargo/packs/security.dm index 4e62d612eb9..f4677c8c111 100644 --- a/code/modules/cargo/packs/security.dm +++ b/code/modules/cargo/packs/security.dm @@ -299,7 +299,7 @@ name = "SWAT Crate" desc = "Contains two fullbody sets of tough, fireproof suits designed in a joint \ effort by IS-ERI and Nanotrasen. Each set contains a suit, helmet, mask, combat belt, \ - and combat gloves." + and gorilla gloves." cost = CARGO_CRATE_VALUE * 7 contains = list(/obj/item/clothing/head/helmet/swat/nanotrasen = 2, /obj/item/clothing/suit/armor/swat = 2,