From 8108781ea339c8ae7e926981d32c2eabc3998904 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:38:17 +0100 Subject: [PATCH] [MIRROR] Fixes grey ID crate typo [MDB IGNORE] (#25093) * Fixes grey ID crate typo (#79798) ## About The Pull Request "Grey ID Card Multipack Cate" -> "Grey ID Card Multipack Crate" That is not a Cate, that is a Crate! ## Why It's Good For The Game Fixes a silly typo. ## Changelog :cl: Rhials spellcheck: The Grey ID Cargo Crate is now spelled properly. /:cl: * Fixes grey ID crate typo --------- Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com> --- code/modules/cargo/packs/service.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/service.dm b/code/modules/cargo/packs/service.dm index 47eee06e3c6..3434b582b7a 100644 --- a/code/modules/cargo/packs/service.dm +++ b/code/modules/cargo/packs/service.dm @@ -190,7 +190,7 @@ /// Box of 7 grey IDs. /datum/supply_pack/service/greyidbox - name = "Grey ID Card Multipack Cate" + name = "Grey ID Card Multipack Crate" desc = "A convenient crate containing a box of seven cheap ID cards in a handy wallet-sized form factor. \ Cards come in every colour you can imagne, as long as it's grey." cost = CARGO_CRATE_VALUE * 3