mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-20 12:12:26 +01:00
Kalyna
Adds Kalyna plants, drinks, and berries.
This commit is contained in:
@@ -2439,3 +2439,15 @@ datum/reagent/consumable/ethanol/creme_de_coconut
|
||||
boozepwr = 65
|
||||
taste_description = "viscous cream"
|
||||
glass_desc = "The name is probably exactly what it is."
|
||||
|
||||
//Hope you're not a Russian T-90
|
||||
/datum/reagent/consumable/ethanol/javelin
|
||||
name = "Javelin Cocktail"
|
||||
boozepwr = 80
|
||||
color = "#F54F10"
|
||||
quality = DRINK_FANTASTIC
|
||||
taste_description = "explosive fireballs"
|
||||
glass_icon_state = "javelin"
|
||||
shot_glass_icon_state = "javelin_warhead"
|
||||
glass_name = "Javelin Cocktail"
|
||||
glass_desc = "A man-portable, delicious glass of justice."
|
||||
|
||||
@@ -1001,3 +1001,13 @@
|
||||
glass_desc = "A Summer time drink that can be frozen and eaten or Drinked from a glass!"
|
||||
glass_name = "Orange Creamsicle"
|
||||
hydration = 4
|
||||
|
||||
/datum/reagent/consumable/kalynajuice
|
||||
name = "Red Kalyna Juice"
|
||||
description = "Juice from Kalyna plants."
|
||||
color = "#E90501" // rgb: 233, 5, 1
|
||||
taste_description = "sweet cranberries"
|
||||
glass_icon_state = "kalyna"
|
||||
glass_name = "glass of red kalyna juice"
|
||||
glass_desc = "A vibrantly red juice!"
|
||||
hydration = 4
|
||||
|
||||
Reference in New Issue
Block a user