mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
- Given that K'ois is now unsafe as hell, the El Diablo burrito recipe no longer requires phoron. - Dips are more flavorful. - The tortilla recipe no longer requires salt. - Tortillas now give more protein, enhancing the flavor of meat.
This commit is contained in:
@@ -903,9 +903,9 @@ I said no!
|
||||
|
||||
// Chip update
|
||||
/datum/recipe/tortila
|
||||
reagents = list("flour" = 5,"sodiumchloride" = 1,"water" = 5)
|
||||
reagents = list("flour" = 5,"water" = 5)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/tortilla
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //no flour
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //no gross flour or water
|
||||
|
||||
/datum/recipe/taconew
|
||||
items = list(
|
||||
@@ -1014,9 +1014,9 @@ I said no!
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meatball,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meatball
|
||||
)
|
||||
reagents = list("spacespice" = 1, "phoron" = 5)
|
||||
reagents = list("spacespice" = 1)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/burrito_hell
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //No phoron please.
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //Already hot sauce
|
||||
|
||||
/datum/recipe/burrito_mystery
|
||||
items = list(
|
||||
@@ -1026,4 +1026,4 @@ I said no!
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meatball,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/mysterysoup
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/burrito_mystery
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/burrito_mystery
|
||||
|
||||
@@ -4746,7 +4746,7 @@
|
||||
icon_state = "dip_cheese"
|
||||
trash = /obj/item/trash/dipbowl
|
||||
bitesize = 1
|
||||
nutriment_desc = list("cheese dip" = 1)
|
||||
nutriment_desc = list("queso" = 20)
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
nutriment_amt = 20
|
||||
|
||||
@@ -4792,7 +4792,7 @@
|
||||
nachotrans = /obj/item/weapon/reagent_containers/food/snacks/chip/nacho/salsa
|
||||
chiptrans = /obj/item/weapon/reagent_containers/food/snacks/chip/salsa
|
||||
icon_state = "dip_salsa"
|
||||
nutriment_desc = list("salsa" = 1)
|
||||
nutriment_desc = list("salsa" = 20)
|
||||
nutriment_amt = 20
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dip/guac
|
||||
@@ -4801,7 +4801,7 @@
|
||||
nachotrans = /obj/item/weapon/reagent_containers/food/snacks/chip/nacho/guac
|
||||
chiptrans = /obj/item/weapon/reagent_containers/food/snacks/chip/guac
|
||||
icon_state = "dip_guac"
|
||||
nutriment_desc = list("guacmole" = 1)
|
||||
nutriment_desc = list("guacmole" = 20)
|
||||
nutriment_amt = 20
|
||||
|
||||
//burritos
|
||||
@@ -4814,6 +4814,11 @@
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan
|
||||
name = "vegan burrito"
|
||||
desc = "Tofu, carrots, and cabbage wrapped in a flour tortilla. Those seen with this food object are Valid."
|
||||
@@ -4825,7 +4830,7 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("tofu", 4)
|
||||
reagents.add_reagent("tofu", 6)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_spicy
|
||||
name = "spicy meat burrito"
|
||||
@@ -4836,6 +4841,10 @@
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_spicy/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese
|
||||
name = "meat cheese burrito"
|
||||
desc = "Meat and melted cheese wrapped in a flour tortilla. Do not feed to Skrell."
|
||||
@@ -4845,6 +4854,10 @@
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese_spicy
|
||||
name = "spicy cheese meat burrito"
|
||||
desc = "Meat, melted cheese, and chilis wrapped in a flour tortilla. Medical is north of the washrooms."
|
||||
@@ -4854,18 +4867,22 @@
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese_spicy/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_hell
|
||||
name = "el diablo"
|
||||
desc = "Meat and an insane amount of chilis packed in a flour tortilla. The chaplain's office is west of the kitchen."
|
||||
icon_state = "burrito_hell"
|
||||
bitesize = 4
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list("hellfire" = 6)
|
||||
nutriment_amt = 24// 10 Chilis is a lot.
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_hell/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 4)
|
||||
reagents.add_reagent("protein", 9)
|
||||
reagents.add_reagent("condensedcapsaicin", 20) //what could possibly go wrong
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_mystery
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: BurgerBB
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Improved tortilla and burrito recipies. Dips are also more flavorful."
|
||||
Reference in New Issue
Block a user