mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-13 09:12:44 +01:00
Adds nugget share packs.
This commit is contained in:
@@ -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]"),
|
||||
|
||||
Reference in New Issue
Block a user