Skip to content

Commit

Permalink
Fix: Vulpix recipes... AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jan 16, 2024
1 parent 943ad5d commit 733744f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_ss220/food/code/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
tastes = list("тесто" = 2, "собачатина" = 3, "сыр" = 2)

/datum/recipe/oven/vulpixcheese
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "cheesesauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "cheese_sauce" = 1, "cream" = 5)
items = list(
/obj/item/reagent_containers/food/snacks/dough,
/obj/item/reagent_containers/food/snacks/meat,
Expand All @@ -399,7 +399,7 @@
tastes = list("тесто" = 2, "собачатина" = 3, "бекон" = 2, "грибы" = 2)

/datum/recipe/oven/vulpixbacon
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "mushroomsauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "mushroom_sauce" = 1, "cream" = 5)
items = list(
/obj/item/reagent_containers/food/snacks/dough,
/obj/item/reagent_containers/food/snacks/meat,
Expand All @@ -418,7 +418,7 @@
tastes = list("тесто" = 2, "собачатина" = 3, "чилли" = 2)

/datum/recipe/oven/vulpixchilli
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "diablosauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "diablo_sauce" = 1, "cream" = 5)
items = list(
/obj/item/reagent_containers/food/snacks/dough,
/obj/item/reagent_containers/food/snacks/meat,
Expand Down

0 comments on commit 733744f

Please sign in to comment.