mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Readds Diona and Vaurca Recipes (#10056)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/datum/recipe/dionae_soup
|
||||
APPLIANCE = SAUCEPAN | POT
|
||||
/decl/recipe/dionae_soup
|
||||
appliance = SAUCEPAN | POT
|
||||
reagents = list(/datum/reagent/water = 10)
|
||||
fruit = list("cabbage" = 1)
|
||||
items = list(
|
||||
@@ -8,12 +8,12 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/soup/diona
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
|
||||
/datum/recipe/dionae_stew
|
||||
APPLIANCE = SAUCEPAN | POT
|
||||
/decl/recipe/dionae_stew
|
||||
appliance = SAUCEPAN | POT
|
||||
reagents = list(/datum/reagent/water = 10)
|
||||
fruit = list("potato" = 1, "carrot" = 1, "mushroom" = 1)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/meat/dionanymph
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/stew/diona
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
Reference in New Issue
Block a user