Adds the Daquiri to the list of cocktails (#15453)

* drink and recipe added

* adds sprite
This commit is contained in:
AzuleUtama
2021-02-23 11:53:24 +00:00
committed by GitHub
parent 64064019d8
commit 204d58d06e
3 changed files with 20 additions and 0 deletions
@@ -376,6 +376,18 @@
drink_desc = "An innocent-looking mixture of cola and Whiskey. Delicious."
taste_description = "whiskey and coke"
/datum/reagent/consumable/ethanol/daiquiri
name = "Daiquiri"
id = "daiquiri"
description = "Lime juice and sugar mixed with rum. A sweet and refreshing mix."
reagent_state = LIQUID
color = "#61d961" // rgb: 38, 85, 38
alcohol_perc = 0.4
drink_icon = "daiquiriglass"
drink_name = "Daiquiri"
drink_desc = "When Botany gives you limes, make daiquiris."
taste_description = "sweetened lime juice and rum"
/datum/reagent/consumable/ethanol/martini
name = "Classic Martini"
id = "martini"
@@ -451,6 +451,14 @@
result_amount = 3
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
/datum/chemical_reaction/daquiri
name = "Daiquiri"
id = "daiquiri"
result = "daiquiri"
required_reagents = list("limejuice" = 1, "sugar" = 1, "rum" = 2)
result_amount = 4
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
////DRINKS THAT REQUIRED IMPROVED SPRITES BELOW:: -Agouri/////