Boda Tweaks and Russian Drinks V2 (#8023)

* Adding Cans

Adds the following cans
-Boda
-Kvass
-Kompot

* Adds Russian Reagents

Adds the following reagents
-Kompot
-Kvass

* Fills the cans

Adds the code needed for the can additions

* Updates the BODA Machine

Removes the old products and contraband and replaces them with the new cans
This commit is contained in:
klaasjared
2021-04-10 03:37:35 -04:00
committed by GitHub
parent c434860e49
commit a0ff9a0aa0
4 changed files with 64 additions and 5 deletions

View File

@@ -1662,7 +1662,7 @@
glass_name = "Rewriter"
glass_desc = "The secret of the sanctuary of the Libarian..."
allergen_type = FRUIT|COFFEE //Made with space mountain wind (Fruit)
allergen_type = FRUIT|COFFEE //Made with space mountain wind (Fruit)
/datum/reagent/drink/rewriter/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
@@ -2680,7 +2680,7 @@
glass_name = "Banana Honk"
glass_desc = "A drink from Banana Heaven."
allergen_type = FRUIT|DAIRY //Made from banana juice(fruit) and cream(dairy)
allergen_type = FRUIT|DAIRY //Made from banana juice(fruit) and cream(dairy)
/datum/reagent/ethanol/barefoot
name = "Barefoot"
@@ -4115,4 +4115,29 @@
taste_mult = 2
reagent_state = LIQUID
nutriment_factor = 40 //very filling
color = "#d169b2"
color = "#d169b2"
//ADDITIONS BELOW THIS LINE MADE ON 04/03/2021
/datum/reagent/drink/soda/kompot
name = "Kompot"
id = "kompot"
description = "A traditional Eastern European beverage once used to preserve fruit in the 1980s"
taste_description = "refreshuingly sweet and fruity"
color = "#ed9415" // rgb: 237, 148, 21
adj_drowsy = -1
adj_temp = -6
glass_name = "kompot"
glass_desc = "A glass of refreshing kompot."
glass_special = list(DRINK_FIZZ)
/datum/reagent/ethanol/kvass
name = "Kvass"
id = "kvass"
description = "A traditional fermented Slavic and Baltic beverage commonly made from rye bread."
taste_description = "a warm summer day at babushka's cabin"
color = "#b78315" // rgb: 183, 131, 21
strength = 95 //It's just soda to Russians
nutriment_factor = 2
glass_name = "kvass"
glass_desc = "A hearty glass of Slavic brew."