Adds new food item: Honeybun

Honeybun 2: Electrig Bogaloo

This time inside the right files- I hope.
This commit is contained in:
Nepox
2020-05-01 11:45:33 +02:00
parent 595c6f3946
commit 9fe34ecece
3 changed files with 19 additions and 1 deletions
+11
View File
@@ -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()
. = ..()
+8 -1
View File
@@ -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