mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
This time horchata!
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
/datum/reagent/drink/collins_mix
|
||||
price_tag = 2
|
||||
|
||||
/datum/reagent/drink/horchata
|
||||
price_tag = 2
|
||||
|
||||
// Beer //
|
||||
|
||||
|
||||
@@ -1582,6 +1582,17 @@
|
||||
glass_name = "banana bubble tea"
|
||||
glass_desc = "A sweet tea with tasty little flavoured gelatin balls in it, this one is with banana."
|
||||
|
||||
/datum/reagent/drink/horchata
|
||||
name = "Horchata"
|
||||
id = "horchata"
|
||||
description = "A sweet and cold rice milk beverage."
|
||||
taste_description = "sweet rice milk and cinnamon"
|
||||
color = "#ebcdc1"
|
||||
adj_temp = -5
|
||||
|
||||
glass_name = "horchata"
|
||||
glass_desc = "A sweet and cold rice milk beverage."
|
||||
|
||||
/* Alcohol */
|
||||
|
||||
// Basic
|
||||
|
||||
@@ -2271,7 +2271,14 @@
|
||||
result = "banana bubble tea"
|
||||
required_reagents = list("gelatin" = 2, "tea" = 5, "banana" = 1, "milk" = 2)
|
||||
result_amount = 10
|
||||
|
||||
|
||||
/datum/chemical_reaction/drinks/horchata
|
||||
name = "Horchata"
|
||||
id = "horchata"
|
||||
result = "horchata"
|
||||
required_reagents = list("milk" = 1, "sugar" = 2, "rice" = 2)
|
||||
result_amount = 5
|
||||
|
||||
//R-UST Port
|
||||
/datum/chemical_reaction/hyrdophoron
|
||||
name = "Hydrophoron"
|
||||
|
||||
@@ -533,4 +533,8 @@ Drinks Data
|
||||
|
||||
/datum/reagent/bubbletea/watermelon
|
||||
glass_icon_state = "bubbleteabananaglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/datum/reagent/drink/horchata
|
||||
glass_icon_state = "horchata"
|
||||
glass_center_of_mass = list("x"=16, "y"=7)
|
||||
Reference in New Issue
Block a user