mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Add recipe for Iced Coco (#14489)
This commit is contained in:
@@ -517,3 +517,15 @@
|
||||
description = "Beloved of children and teetotalers."
|
||||
color = "#E6CDFF"
|
||||
taste_description = "grape soda"
|
||||
|
||||
/datum/reagent/consumable/drink/coco/icecoco
|
||||
name = "Iced Cocoa"
|
||||
id = "icecoco"
|
||||
description = "Hot cocoa and ice, refreshing and cool."
|
||||
color = "#102838" // rgb: 16, 40, 56
|
||||
adj_temp_hot = 0
|
||||
adj_temp_cool = 5
|
||||
drink_icon = "icedcoffeeglass"
|
||||
drink_name = "Iced Cocoa"
|
||||
drink_desc = "A sweeter drink to perk you up and refresh you!"
|
||||
taste_description = "refreshingly cold cocoa"
|
||||
|
||||
@@ -868,3 +868,11 @@
|
||||
required_reagents = list("hooch" = 1, "absinthe" = 1, "manlydorf" = 1, "syndicatebomb" = 1)
|
||||
result_amount = 4
|
||||
mix_message = "<span class='warning'>The mixture turns to a sickening froth.</span>"
|
||||
|
||||
/datum/chemical_reaction/icecoco
|
||||
name = "Iced Cocoa"
|
||||
id = "icecoco"
|
||||
result = "icecoco"
|
||||
required_reagents = list("ice" = 1, "hot_coco" = 3)
|
||||
result_amount = 4
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
Reference in New Issue
Block a user