mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Japanese Tourists! Oh, and beef stroganoff, I guess! (#3782)
* Japanese Tourists! Oh, and beef stroganoff, I guess! (#57305) Co-authored-by: Qustinnus <Floydje123@ hotmail.com> Co-authored-by: Jordan Brown <Cyberboss@ users.noreply.github.com> * Japanese Tourists! Oh, and beef stroganoff, I guess! Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Qustinnus <Floydje123@ hotmail.com> Co-authored-by: Jordan Brown <Cyberboss@ users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
icon_state = "breadslice"
|
||||
foodtypes = GRAIN
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 2)
|
||||
venue_value = FOOD_PRICE_TRASH
|
||||
|
||||
/obj/item/food/breadslice/plain/Initialize()
|
||||
. = ..()
|
||||
@@ -144,7 +145,7 @@
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 20, /datum/reagent/consumable/nutriment/vitamin = 10, /datum/reagent/consumable/nutriment/protein = 10)
|
||||
tastes = list("bread" = 10, "tofu" = 10)
|
||||
foodtypes = GRAIN | VEGETABLES
|
||||
venue_value = FOOD_PRICE_CHEAP
|
||||
venue_value = FOOD_PRICE_TRASH
|
||||
|
||||
/obj/item/food/bread/tofu/MakeProcessable()
|
||||
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/breadslice/tofu, 5, 30)
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
tastes = list("tofu" = 1)
|
||||
foodtypes = VEGETABLES
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_CHEAP
|
||||
|
||||
/obj/item/food/tofu/prison
|
||||
name = "soggy tofu"
|
||||
@@ -444,6 +445,8 @@
|
||||
tastes = list("fish" = 1, "hot peppers" = 1)
|
||||
foodtypes = MEAT | TOXIC
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
//spider eggs, xenomeat. both of those events have to happen or xenobio memes
|
||||
venue_value = FOOD_PRICE_EXOTIC
|
||||
|
||||
/obj/item/food/sashimi/Initialize()
|
||||
. = ..()
|
||||
@@ -1195,3 +1198,15 @@
|
||||
. = ..()
|
||||
if(prob(50))
|
||||
icon_state = "fried_chicken2"
|
||||
|
||||
/obj/item/food/beef_stroganoff
|
||||
name = "beef stroganoff"
|
||||
desc = "A russian dish that consists of beef and sauce. Really popular in japan, or at least that's what my animes would allude to."
|
||||
icon_state = "beefstroganoff"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 16, /datum/reagent/consumable/nutriment/vitamin = 4)
|
||||
tastes = list("beef" = 3, "sour cream" = 1, "salt" = 1, "pepper" = 1)
|
||||
foodtypes = MEAT | VEGETABLES | DAIRY
|
||||
trash_type = /obj/item/trash/plate
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
//basic ingredients, but a lot of them. just covering costs here
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
@@ -347,6 +347,7 @@
|
||||
desc = "A delicious and spongy little cake, with berries."
|
||||
tastes = list("muffin" = 3, "berry" = 1)
|
||||
foodtypes = GRAIN | FRUIT | SUGAR | BREAKFAST
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
/obj/item/food/muffin/booberry
|
||||
name = "booberry muffin"
|
||||
@@ -363,6 +364,7 @@
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/protein = 3, /datum/reagent/consumable/nutriment/vitamin = 1)
|
||||
tastes = list("custard" = 1)
|
||||
foodtypes = GRAIN | MEAT | VEGETABLES
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
////////////////////////////////////////////WAFFLES////////////////////////////////////////////
|
||||
|
||||
@@ -625,6 +627,7 @@
|
||||
tastes = list("bun" = 3, "meat" = 2)
|
||||
foodtypes = GRAIN | MEAT | VEGETABLES
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_CHEAP
|
||||
|
||||
/obj/item/food/khachapuri
|
||||
name = "khachapuri"
|
||||
|
||||
@@ -154,8 +154,9 @@
|
||||
desc = "The universes best soup! Yum!!!"
|
||||
icon_state = "milosoup"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/protein = 8, /datum/reagent/water = 5, /datum/reagent/consumable/nutriment/vitamin = 4)
|
||||
tastes = list("milo" = 1) // wtf is milo
|
||||
tastes = list("milo" = 1) // wtf is milo //i don't know either but hey i guess japanese tourists will order it
|
||||
foodtypes = VEGETABLES
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
/obj/item/food/soup/mushroom
|
||||
name = "chantrelle soup"
|
||||
|
||||
Reference in New Issue
Block a user