From 5204028ea6b5bae4537faf83644cdb120cecdace Mon Sep 17 00:00:00 2001 From: Rhials <28870487+Rhials@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:14:48 -0500 Subject: [PATCH] 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: --- 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