Adds nugget share packs.

This commit is contained in:
MistakeNot4892
2024-01-09 07:19:16 +11:00
parent 795481b674
commit fa9e49df2c
7 changed files with 69 additions and 4 deletions
+1 -1
View File
@@ -5010,7 +5010,7 @@
/obj/item/reagent_containers/food/snacks/nugget
name = "chicken nugget"
icon = 'icons/obj/food_syn.dmi'
icon = 'icons/obj/food_nuggets.dmi'
icon_state = "nugget_lump"
nutriment_desc = "mild battered chicken"
nutriment_allergens = ALLERGEN_EGGS|ALLERGEN_GRAINS|ALLERGEN_MEAT
@@ -59,6 +59,7 @@
recipes += list(
new /datum/stack_recipe("box", /obj/item/storage/box, pass_stack_color = TRUE, recycle_material = "[name]"),
new /datum/stack_recipe("donut box", /obj/item/storage/box/donut/empty, pass_stack_color = TRUE, recycle_material = "[name]"),
new /datum/stack_recipe("nugget box", /obj/item/storage/box/nuggets/empty, pass_stack_color = TRUE, recycle_material = "[name]"),
new /datum/stack_recipe("egg box", /obj/item/storage/fancy/egg_box, pass_stack_color = TRUE, recycle_material = "[name]"),
new /datum/stack_recipe("light tubes box", /obj/item/storage/box/lights/tubes, pass_stack_color = TRUE, recycle_material = "[name]"),
new /datum/stack_recipe("light bulbs box", /obj/item/storage/box/lights/bulbs, pass_stack_color = TRUE, recycle_material = "[name]"),