mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Adds missing venue prices for certain foods and reagents (#86873)
## About The Pull Request Closes #60318 Need to make a unit test for these once I get some spare time ## Changelog 🆑 fix: Added missing venue prices for certain foods and reagents /🆑
This commit is contained in:
@@ -340,4 +340,5 @@ GLOBAL_VAR_INIT(chicks_from_eggs, 0)
|
||||
)
|
||||
tastes = list("custard" = 1)
|
||||
foodtypes = MEAT | VEGETABLES
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
crafting_complexity = FOOD_COMPLEXITY_3
|
||||
|
||||
@@ -290,6 +290,7 @@
|
||||
tastes = list("rice and meat" = 4, "lettuce" = 2, "soy sauce" = 2)
|
||||
trash_type = /obj/item/reagent_containers/cup/bowl
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
crafting_complexity = FOOD_COMPLEXITY_4
|
||||
|
||||
/obj/item/food/fish_poke
|
||||
@@ -306,6 +307,7 @@
|
||||
tastes = list("rice and fish" = 4, "lettuce" = 2, "soy sauce" = 2)
|
||||
trash_type = /obj/item/reagent_containers/cup/bowl
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
crafting_complexity = FOOD_COMPLEXITY_4
|
||||
|
||||
////////////////////////////////////////////MEATS AND ALIKE////////////////////////////////////////////
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
tastes = list("nachos" = 2, "hot pepper" = 1)
|
||||
foodtypes = VEGETABLES | FRIED | DAIRY
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_CHEAP
|
||||
crafting_complexity = FOOD_COMPLEXITY_2
|
||||
|
||||
/obj/item/food/taco
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
/datum/reagent/carbon = 4,
|
||||
)
|
||||
tastes = list("toast" = 2, "cheese" = 3, "butter" = 1)
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
crafting_complexity = FOOD_COMPLEXITY_3
|
||||
|
||||
/obj/item/food/sandwich/jelly
|
||||
|
||||
Reference in New Issue
Block a user