Skip to content

Commit

Permalink
Merge branch 'master' into new_drinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingakem authored Jan 11, 2024
2 parents 7f1be27 + 2073ba4 commit c1a5c56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified icons/_nanomaps/Cyberiad220_nanomap_z1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 c1a5c56

Please sign in to comment.