mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Adds new food item: Honeybun
Honeybun 2: Electrig Bogaloo This time inside the right files- I hope.
This commit is contained in:
@@ -761,3 +761,14 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish
|
||||
toxin_type = null
|
||||
toxin_amount = null
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/honeybun
|
||||
name = "Honeybun"
|
||||
desc = "A delicious and sweet treat made with honey instead of sugar. On the sticky side."
|
||||
icon_state = "honeybun"
|
||||
bitesize = 2
|
||||
nutriment_amt = 4
|
||||
nutriment_desc = list("honey" = 2, "pastry" = 1)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bun/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -231,4 +231,11 @@
|
||||
/datum/recipe/microwave/foodcubes
|
||||
reagents = list("enzyme" = 20, "virusfood" = 5, "nutriment" = 15, "protein" = 15) // labor intensive
|
||||
items = list()
|
||||
result = /obj/item/weapon/storage/box/wings/tray
|
||||
result = /obj/item/weapon/storage/box/wings/tray
|
||||
|
||||
/datum/recipe/microwave/honeybun
|
||||
reagents = list("milk" = 5, "egg" = 3,"honey" = 5)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dough
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/honeybun
|
||||
Reference in New Issue
Block a user