added large donut boxes

This commit is contained in:
Phantastic-Swan
2025-05-05 11:27:14 +02:00
parent e7c56527af
commit 417db2a19d
4 changed files with 36 additions and 0 deletions
@@ -487,6 +487,9 @@ GLOBAL_LIST_INIT(cardboard_recipes, list ( \
// holy fuck why are there so many boxes
new/datum/stack_recipe_list("fancy boxes", list ( \
new /datum/stack_recipe("donut box", /obj/item/storage/fancy/donut_box), \
// GS13 EDIT
new /datum/stack_recipe("large donut box", /obj/item/storage/fancy/large_donut_box, 2), \
// GS13 END EDIT
new /datum/stack_recipe("egg box", /obj/item/storage/fancy/egg_box), \
new /datum/stack_recipe("donk-pockets box", /obj/item/storage/box/donkpockets), \
new /datum/stack_recipe("monkey cube box", /obj/item/storage/box/monkeycubes), \