Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Oct 6, 2023
1 parent f4273ad commit 0417b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -837,15 +837,15 @@

/obj/item/storage/box/peppermill/fill_preset_inventory()
for(var/i = 0, i < 7, i++)
/obj/item/reagent_container/food/condiment/peppermill(src)
new /obj/item/reagent_container/food/condiment/peppermill(src)

//mint
/obj/item/storage/box/mint
name = "\improper Mint Box"

/obj/item/storage/box/mint/fill_preset_inventory()
for(var/i = 0, i < 7, i++)
/obj/item/reagent_container/food/snacks/mint(src)
new /obj/item/reagent_container/food/snacks/mint(src)

// ORGANICS

Expand Down

0 comments on commit 0417b45

Please sign in to comment.