mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds the Daquiri to the list of cocktails (#15453)
* drink and recipe added * adds sprite
This commit is contained in:
@@ -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/////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user