Skip to content

Commit

Permalink
[MIRROR] Fixes grey ID crate typo [MDB IGNORE] (#25093)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Nov 19, 2023
1 parent d324d84 commit 8108781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/service.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8108781

Please sign in to comment.