Skip to content

Commit

Permalink
SpellingCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Sep 1, 2023
1 parent 0672d84 commit 8eafd90
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 = "\improper box of donuts (x5)"
group = "Food"

/datum/supply_packs/mre
Expand Down

0 comments on commit 8eafd90

Please sign in to comment.