Skip to content

Commit

Permalink
Donut Spelling Error Fix (#4308)
Browse files Browse the repository at this point in the history
# About the pull request

Fixes a spelling error with the box of donuts crate in req.

# Explain why it's good for the game

Spelling


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
spellcheck: Box of donuts order from req is now spelt correctly
/:cl:

---------

Co-authored-by: Steelpoint <[email protected]>
Co-authored-by: harryob <[email protected]>
  • Loading branch information
3 people committed Sep 3, 2023
1 parent db97f79 commit 9ae3701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/supply_packs/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
//all the finish snacks.

/datum/supply_packs/donuts
name = "boxe of donut (x5)"
name = "box of donuts (x5)"
contains = list(
/obj/item/storage/donut_box,
/obj/item/storage/donut_box,
Expand All @@ -151,7 +151,7 @@
)
cost = 10
containertype = /obj/structure/closet/crate/supply
containername = "\improper boxe of donut (x5)"
containername = "box of donuts (x5)"
group = "Food"

/datum/supply_packs/mre
Expand Down

0 comments on commit 9ae3701

Please sign in to comment.