Skip to content

Commit

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

/datum/recipe/oven/vuplix
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "tsauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "tomato_sauce" = 1, "cream" = 5)
items = list(
/obj/item/reagent_containers/food/snacks/dough,
/obj/item/reagent_containers/food/snacks/meat,
Expand All @@ -373,15 +373,15 @@

// Cheese Vulpixes
/obj/item/reagent_containers/food/snacks/vulpix/cheese
name = "сырные вульпыксы"
name = "сырные вульпиксы"
desc = "Аппетитно выглядящие мясные шарики в тесте с начинкой из сыра... Главное - не думать о том, из кого они сделаны!"
icon = 'modular_ss220/food/icons/food.dmi'
icon_state = "vulpix_cheese"
list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 4)
tastes = list("тесто" = 2, "собачатина" = 3, "сыр" = 2)

/datum/recipe/oven/vulpixcheese
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "csauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "cheesesauce" = 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, "msauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "mushroomsauce" = 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, "dsauce" = 1, "cream" = 5)
reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "diablosauce" = 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 0d4b254

Please sign in to comment.