mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
expands the list of orderable objects for space-italian and space-french customer_data datums. (#57546)
This commit is contained in:
@@ -282,3 +282,4 @@
|
||||
tastes = list("chopped hazelnuts", "waffle")
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/hot_coco = 4, /datum/reagent/consumable/cream = 2, /datum/reagent/consumable/vanilla = 4, /datum/reagent/consumable/sugar = 2)
|
||||
foodtypes = DAIRY | SUGAR
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
@@ -503,6 +503,7 @@
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 1, /datum/reagent/consumable/tomatojuice = 10)
|
||||
tastes = list("meat" = 3, "pasta" = 3, "tomato" = 2, "cheese" = 2)
|
||||
foodtypes = MEAT | DAIRY | GRAIN
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
//////////////////////////////////////////// KEBABS AND OTHER SKEWERS ////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -288,6 +288,7 @@
|
||||
tastes = list("eggplant" = 3, "cheese" = 1)
|
||||
foodtypes = VEGETABLES | DAIRY
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
venue_value = FOOD_PRICE_NORMAL
|
||||
|
||||
/obj/item/food/tortilla
|
||||
name = "tortilla"
|
||||
|
||||
@@ -855,6 +855,7 @@
|
||||
tastes = list("pastry" = 1)
|
||||
foodtypes = GRAIN | DAIRY | SUGAR
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
venue_value = FOOD_PRICE_CHEAP // Pastry base, 3u of sugar and a single. fucking. unit. of. milk. really?
|
||||
|
||||
|
||||
#undef DONUT_SPRINKLE_CHANCE
|
||||
|
||||
@@ -96,8 +96,8 @@
|
||||
second_warning_line = "Last warning! Do not touch my spaghet."
|
||||
self_defense_line = "I'm going to knead you like mama kneaded her delicious meatballs!"
|
||||
orderable_objects = list(
|
||||
/datum/venue/restaurant = list(/obj/item/food/spaghetti/pastatomato = 20, /obj/item/food/spaghetti/copypasta = 6, /obj/item/food/spaghetti/meatballspaghetti = 4, /obj/item/food/pizza/vegetable = 2, /obj/item/food/pizza/mushroom = 2, /obj/item/food/pizza/meat = 2, /obj/item/food/pizza/margherita = 2),
|
||||
/datum/venue/bar = list(/datum/reagent/consumable/ethanol/fanciulli = 5, /datum/reagent/consumable/ethanol/branca_menta = 3, /datum/reagent/consumable/ethanol/beer = 10, /datum/reagent/consumable/lemonade = 8, /datum/reagent/consumable/ethanol/godfather = 5))
|
||||
/datum/venue/restaurant = list(/obj/item/food/spaghetti/pastatomato = 20, /obj/item/food/spaghetti/copypasta = 6, /obj/item/food/spaghetti/meatballspaghetti = 4, /obj/item/food/spaghetti/butternoodles = 4, /obj/item/food/pizza/vegetable = 2, /obj/item/food/pizza/mushroom = 2, /obj/item/food/pizza/meat = 2, /obj/item/food/pizza/margherita = 2, /obj/item/food/lasagna = 4, /obj/item/food/cannoli = 3, /obj/item/food/eggplantparm = 3, /obj/item/food/cornuto = 2),
|
||||
/datum/venue/bar = list(/datum/reagent/consumable/ethanol/fanciulli = 5, /datum/reagent/consumable/ethanol/branca_menta = 3, /datum/reagent/consumable/ethanol/beer = 5, , /datum/reagent/consumable/lemonade = 8, /datum/reagent/consumable/ethanol/godfather = 5, /datum/reagent/consumable/ethanol/wine = 3, /datum/reagent/consumable/ethanol/grappa = 3, /datum/reagent/consumable/ethanol/amaretto = 3))
|
||||
|
||||
|
||||
/datum/customer_data/french
|
||||
@@ -117,7 +117,7 @@
|
||||
speech_sound = 'sound/creatures/tourist/tourist_talk_french.ogg'
|
||||
orderable_objects = list(
|
||||
/datum/venue/restaurant = list(/obj/item/food/baguette = 20, /obj/item/food/garlicbread = 5, /obj/item/food/soup/onion = 4, /obj/item/food/pie/berryclafoutis = 2, /obj/item/food/omelette = 15),
|
||||
/datum/venue/bar = list(/datum/reagent/consumable/ethanol/champagne = 15, /datum/reagent/consumable/ethanol/mojito = 5, /datum/reagent/consumable/ethanol/sidecar = 5, /datum/reagent/consumable/ethanol/between_the_sheets = 4, /datum/reagent/consumable/ethanol/beer = 10))
|
||||
/datum/venue/bar = list(/datum/reagent/consumable/ethanol/champagne = 10, /datum/reagent/consumable/ethanol/cognac = 5, /datum/reagent/consumable/ethanol/mojito = 5, /datum/reagent/consumable/ethanol/sidecar = 5, /datum/reagent/consumable/ethanol/between_the_sheets = 4, /datum/reagent/consumable/ethanol/beer = 5, /datum/reagent/consumable/ethanol/wine = 5))
|
||||
|
||||
/datum/customer_data/french/get_overlays(mob/living/simple_animal/robot_customer/customer)
|
||||
if(customer.ai_controller.blackboard[BB_CUSTOMER_LEAVING])
|
||||
|
||||
@@ -388,6 +388,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
shot_glass_icon_state = "shotglassred"
|
||||
ph = 3.45
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
glass_price = DRINK_PRICE_STOCK
|
||||
|
||||
/datum/reagent/consumable/ethanol/wine/on_merge(data)
|
||||
. = ..()
|
||||
@@ -423,6 +424,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
glass_desc = "A fine drink originally made to prevent waste by using the leftovers from winemaking."
|
||||
ph = 3.5
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
glass_price = DRINK_PRICE_STOCK
|
||||
|
||||
/datum/reagent/consumable/ethanol/amaretto
|
||||
name = "Amaretto"
|
||||
@@ -435,6 +437,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
glass_desc = "A sweet and syrupy looking drink."
|
||||
shot_glass_icon_state = "shotglassgold"
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
glass_price = DRINK_PRICE_STOCK
|
||||
|
||||
/datum/reagent/consumable/ethanol/cognac
|
||||
name = "Cognac"
|
||||
@@ -448,6 +451,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
shot_glass_icon_state = "shotglassbrown"
|
||||
ph = 3.5
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
glass_price = DRINK_PRICE_STOCK
|
||||
|
||||
/datum/reagent/consumable/ethanol/absinthe
|
||||
name = "Absinthe"
|
||||
|
||||
Reference in New Issue
Block a user