@@ -113,6 +113,27 @@
|
||||
tastes = list("pie" = 1, "meat" = 1)
|
||||
foodtype = GRAIN | MEAT
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/pie/burek
|
||||
name = "Burek"
|
||||
icon = 'icons/obj/food/piecake.dmi'
|
||||
icon_state = "burek"
|
||||
desc = "If you know, you know."
|
||||
slice_path = /obj/item/reagent_containers/food/snacks/pie/burekslice
|
||||
slices_num = 4
|
||||
bonus_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 6)
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment= 20, /datum/reagent/consumable/nutriment/vitamin = 6)
|
||||
bitesize = 12
|
||||
tastes = list("meat" = 1, "oil" = 1)
|
||||
foodtype = GRAIN | MEAT
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/pie/burekslice
|
||||
name = "Burek Slice"
|
||||
icon = 'icons/obj/food/piecake.dmi'
|
||||
icon_state = "burekslice"
|
||||
desc = "A slice of Burek, watch out for oil stains!"
|
||||
tastes = list("meat" = 1, "oil" = 1)
|
||||
foodtype = GRAIN | MEAT
|
||||
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/pie/tofupie
|
||||
name = "tofu-pie"
|
||||
|
||||
@@ -130,6 +130,18 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/pie/dulcedebatata
|
||||
subcategory = CAT_PIE
|
||||
|
||||
/datum/crafting_recipe/food/burek
|
||||
name = "Burek"
|
||||
reqs = list(
|
||||
/datum/reagent/consumable/blackpepper = 3,
|
||||
/datum/reagent/consumable/sodiumchloride = 3,
|
||||
/obj/item/reagent_containers/food/snacks/pizzabread = 2,
|
||||
/obj/item/reagent_containers/food/snacks/meat/cutlet/plain = 6,
|
||||
/obj/item/reagent_containers/food/snacks/butter = 1,
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/pie/burek
|
||||
subcategory = CAT_PIE
|
||||
|
||||
/datum/crafting_recipe/food/meatpie
|
||||
name = "Meat pie"
|
||||
reqs = list(
|
||||
@@ -302,4 +314,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/spiderling = 1
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/spiderlollipop
|
||||
subcategory = CAT_PIE
|
||||
subcategory = CAT_PIE
|
||||
|
||||
Reference in New Issue
Block a user