mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Reduces the meat requirement in the burrito's recipe (#5184)
-adds the following suggestion: https://forums.aurorastation.org/viewtopic.php?f=18&t=11810 -changes the vegan burrito sprite -reduces the total protein of the burrito
This commit is contained in:
@@ -4682,12 +4682,12 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 6)
|
||||
reagents.add_reagent("protein", 4)
|
||||
|
||||
|
||||
/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."
|
||||
desc = "Tofu wrapped in a flour tortilla. Those seen with this food object are Valid."
|
||||
icon_state = "burrito_vegan"
|
||||
bitesize = 4
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
@@ -4713,7 +4713,7 @@
|
||||
|
||||
/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."
|
||||
desc = "Meat and melted cheese wrapped in a flour tortilla."
|
||||
icon_state = "burrito_cheese"
|
||||
bitesize = 4
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
|
||||
Reference in New Issue
Block a user