Skip to content

Commit

Permalink
[MIRROR] Fixes a typo in the cargo console. (#1938)
Browse files Browse the repository at this point in the history
* Fixes a typo in the cargo console. (#82578)

## About The Pull Request
Fixes a typo in one of the items descriptions.
## Why It's Good For The Game
Fixes player facing typo.
## Changelog
:cl:
spellcheck: Fixes a typo in the cargo console.
/:cl:

---------

Co-authored-by: Jeremiah <[email protected]>

* Fixes a typo in the cargo console.

---------

Co-authored-by: Da Cool Boss <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Apr 12, 2024
1 parent d8de46f commit 3779010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/science.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

/datum/supply_pack/science/rped
name = "RPED crate"
desc = "Need to rebuild the ORM but science got annihialted after a bomb test? \
desc = "Need to rebuild the ORM but science got annihilated after a bomb test? \
Buy this for the most advanced parts NT can give you."
cost = CARGO_CRATE_VALUE * 3
contains = list(/obj/item/storage/part_replacer/cargo)
Expand Down

0 comments on commit 3779010

Please sign in to comment.