mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
I accidentally typed the wrong value to one of the drinks (Should be the total of all used reagents) and a c in caramel. Typoes are embarrassing and them being fixed is good.
This commit is contained in:
@@ -749,7 +749,7 @@
|
||||
required_reagents = list(/datum/reagent/consumable/sol_dry = 2, /datum/reagent/consumable/grenadine = 1)
|
||||
|
||||
/datum/chemical_reaction/drink/agua_fresca
|
||||
results = list(/datum/reagent/consumable/agua_fresca = 3)
|
||||
results = list(/datum/reagent/consumable/agua_fresca = 10)
|
||||
required_reagents = list(/datum/reagent/consumable/watermelonjuice = 4, /datum/reagent/consumable/ice = 1, /datum/reagent/water = 2, /datum/reagent/consumable/limejuice = 2, /datum/reagent/consumable/menthol = 1)
|
||||
|
||||
/datum/chemical_reaction/drink/cinderella
|
||||
|
||||
@@ -809,7 +809,7 @@
|
||||
quality = DRINK_VERYGOOD
|
||||
taste_description = "sweet tangy fruit"
|
||||
glass_icon_state = "cinderella"
|
||||
glass_name = "Cinderlla"
|
||||
glass_name = "Cinderella"
|
||||
glass_desc = "There is not a single drop of alcohol in this thing."
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
|
||||
@@ -857,7 +857,7 @@
|
||||
|
||||
/datum/reagent/consumable/caramelshake
|
||||
name = "Caramel Shake"
|
||||
description = "A aramel flavored milkshake. Your teeth hurt looking at it."
|
||||
description = "A caramel flavored milkshake. Your teeth hurt looking at it."
|
||||
color = "#E17C00"
|
||||
quality = DRINK_GOOD
|
||||
nutriment_factor = 10 * REAGENTS_METABOLISM
|
||||
|
||||
Reference in New Issue
Block a user