Garlic bread, tasty garlic bread, sprited by the jellyfish armadillo alien Kassc!

This commit is contained in:
Shadowfire117
2019-02-10 12:05:51 +01:00
parent 71042b5a4e
commit a5bc06c708
4 changed files with 28 additions and 6 deletions
+11 -1
View File
@@ -192,4 +192,14 @@
items = list(
/obj/item/weapon/reagent_containers/food/snacks/rawcutlet
)
result = /obj/item/weapon/reagent_containers/food/snacks/tocino
result = /obj/item/weapon/reagent_containers/food/snacks/tocino
/datum/recipe/garlicbread
reagents = list("sodiumchloride" = 2, "blackpepper" = 2)
fruit = list("onion" = 1)
items = list(
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
/obj/item/weapon/reagent_containers/food/snacks/slice/bread,
/obj/item/weapon/reagent_containers/food/snacks/slice/bread
)
result = /obj/item/weapon/reagent_containers/food/snacks/garlicbread
+5 -5
View File
@@ -2240,35 +2240,35 @@
/datum/chemical_reaction/drinks/bubbleteawatermelon
name = "Watermelon bubble tea"
id = "bubbleteawatermelon"
result = "watermelon bubble tea"
result = "watermelonbubbletea"
required_reagents = list("gelatin" = 2, "watermelontea" = 6, "milk" = 2)
result_amount = 10
/datum/chemical_reaction/drinks/bubbleteastrawberry
name = "Strawberry bubble tea"
id = "bubbleteastrawberry"
result = "strawberry bubble tea"
result = "strawberrybubbletea"
required_reagents = list("gelatin" = 2, "berrytea" = 6, "milk" = 2)
result_amount = 10
/datum/chemical_reaction/drinks/bubbleteacherry
name = "Cherry bubble tea"
id = "bubbleteacherry"
result = "cherry bubble tea"
result = "cherrybubbletea"
required_reagents = list("gelatin" = 2, "cherrytea" = 6, "milk" = 2)
result_amount = 10
/datum/chemical_reaction/drinks/bubbleteacoffee
name = "Coffee bubble tea"
id = "bubbleteacoffee"
result = "coffee bubble tea"
result = "coffeebubbletea"
required_reagents = list("gelatin" = 2, "tea" = 5, "cafe_latte" = 3)
result_amount = 10
/datum/chemical_reaction/drinks/bubbleteabanana
name = "Banana bubble tea"
id = "bubbleteabanana"
result = "banana bubble tea"
result = "bananabubbletea"
required_reagents = list("gelatin" = 2, "tea" = 5, "banana" = 1, "milk" = 2)
result_amount = 10
@@ -356,6 +356,18 @@
..()
bitesize = 3
/obj/item/weapon/reagent_containers/food/snacks/garlicbread
name = "Garlic bread"
desc = "Two slices of bread cooked with garlic, cheese and herbs on top to make a delicious sidedish."
icon = 'icons/obj/food.dmi'
icon_state = "garlicbread"
nutriment_amt = 2
nutriment_desc = list("onions and melted cheese" = 2, "bread and seasonings" = 2)
/obj/item/weapon/reagent_containers/food/snacks/garlicbread/New()
..()
bitesize = 3
/obj/item/weapon/reagent_containers/food/snacks/monkeycube/sobakacube
name = "sobaka cube"
monkey_type = "Sobaka"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 110 KiB