Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes All Food Recipes Available #2230

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
result = /obj/item/food/chocolateegg
subcategory = CAT_MISCFOOD
always_available = FALSE


/datum/crafting_recipe/food/candiedapple
name = "Candied apple"
Expand All @@ -23,7 +23,7 @@
)
result = /obj/item/food/candiedapple
subcategory = CAT_MISCFOOD
always_available = FALSE


/datum/crafting_recipe/food/chococoin
name = "Choco coin"
Expand All @@ -33,7 +33,7 @@
)
result = /obj/item/food/chococoin
subcategory = CAT_MISCFOOD
always_available = FALSE


/datum/crafting_recipe/food/fudgedice
name = "Fudge dice"
Expand All @@ -43,7 +43,7 @@
)
result = /obj/item/food/fudgedice
subcategory = CAT_MISCFOOD
always_available = FALSE


/datum/crafting_recipe/food/chocoorange
name = "Choco orange"
Expand All @@ -53,7 +53,7 @@
)
result = /obj/item/food/chocoorange
subcategory = CAT_MISCFOOD
always_available = FALSE


/datum/crafting_recipe/food/friedegg
name = "Fried egg"
Expand Down
54 changes: 27 additions & 27 deletions code/modules/food_and_drinks/recipes/tablecraft/recipes_pastry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
result = /obj/item/food/cake/bscc
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/bscvcake
name = "blackberry and strawberry vanilla cake"
Expand All @@ -47,7 +47,7 @@
)
result = /obj/item/food/cake/bsvc
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/clowncake
name = "clown cake"
Expand All @@ -58,7 +58,7 @@
)
result = /obj/item/food/cake/clown_cake
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/carrotcake
name = "Carrot cake"
Expand All @@ -68,7 +68,7 @@
)
result = /obj/item/food/cake/carrot
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/cheesecake
name = "Cheese cake"
Expand All @@ -78,7 +78,7 @@
)
result = /obj/item/food/cake/cheese
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/applecake
name = "Apple cake"
Expand All @@ -88,7 +88,7 @@
)
result = /obj/item/food/cake/apple
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/orangecake
name = "Orange cake"
Expand All @@ -98,7 +98,7 @@
)
result = /obj/item/food/cake/orange
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/limecake
name = "Lime cake"
Expand All @@ -108,7 +108,7 @@
)
result = /obj/item/food/cake/lime
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/lemoncake
name = "Lemon cake"
Expand All @@ -118,7 +118,7 @@
)
result = /obj/item/food/cake/lemon
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/chocolatecake
name = "Chocolate cake"
Expand All @@ -128,7 +128,7 @@
)
result = /obj/item/food/cake/chocolate
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/birthdaycake
name = "Birthday cake"
Expand All @@ -140,7 +140,7 @@
)
result = /obj/item/food/cake/birthday
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/pumpkinspicecake
name = "Pumpkin spice cake"
Expand All @@ -150,7 +150,7 @@
)
result = /obj/item/food/cake/pumpkinspice
subcategory = CAT_PASTRY
always_available = FALSE


////////////////////////////////////////////////PIES////////////////////////////////////////////////

Expand Down Expand Up @@ -220,7 +220,7 @@
)
result = /obj/item/food/pie/pumpkinpie
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/bananacreampie
name = "Banana cream pie"
Expand All @@ -231,7 +231,7 @@
)
result = /obj/item/food/pie/cream
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/berryclafoutis
name = "Berry clafoutis"
Expand All @@ -241,7 +241,7 @@
)
result = /obj/item/food/pie/berryclafoutis
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/grapetart
name = "Grape tart"
Expand All @@ -253,7 +253,7 @@
)
result = /obj/item/food/pie/grapetart
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/berrytart
name = "Berry tart"
Expand All @@ -265,7 +265,7 @@
)
result = /obj/item/food/pie/berrytart
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/dulcedebatata
name = "Dulce de batata"
Expand All @@ -276,7 +276,7 @@
)
result = /obj/item/food/pie/dulcedebatata
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/baklava
name = "Baklava pie"
Expand All @@ -287,7 +287,7 @@
)
result = /obj/item/food/pie/baklava
subcategory = CAT_PASTRY
always_available = FALSE


////////////////////////////////////////////////DONUTS////////////////////////////////////////////////

Expand Down Expand Up @@ -383,7 +383,7 @@
/obj/item/food/pastrybase = 1
)
result = /obj/item/food/donut/jelly/plain
always_available = FALSE


/datum/crafting_recipe/food/donut/jelly/berry
name = "Berry Jelly Donut"
Expand Down Expand Up @@ -489,7 +489,7 @@
)
result = /obj/item/food/donkpocket
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/dankpocket
time = 15
Expand All @@ -500,7 +500,7 @@
)
result = /obj/item/food/dankpocket
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/donkpocket/spicy
time = 15
Expand All @@ -512,7 +512,7 @@
)
result = /obj/item/food/donkpocket/spicy
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/donkpocket/teriyaki
time = 15
Expand All @@ -524,7 +524,7 @@
)
result = /obj/item/food/donkpocket/teriyaki
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/donkpocket/pizza
time = 15
Expand All @@ -536,7 +536,7 @@
)
result = /obj/item/food/donkpocket/pizza
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/donkpocket/honk
time = 15
Expand All @@ -548,7 +548,7 @@
)
result = /obj/item/food/donkpocket/honk
subcategory = CAT_PASTRY
always_available = FALSE


/datum/crafting_recipe/food/donkpocket/berry
time = 15
Expand All @@ -559,7 +559,7 @@
)
result = /obj/item/food/donkpocket/berry
subcategory = CAT_PASTRY
always_available = FALSE


////////////////////////////////////////////////MUFFINS////////////////////////////////////////////////

Expand Down
Loading
Loading