Makes eggnog not alcoholic

This commit is contained in:
Putnam3145
2023-12-23 14:22:58 -08:00
parent 1182d14233
commit e65f386de9
3 changed files with 23 additions and 5 deletions

View File

@@ -605,11 +605,17 @@
required_reagents = list(/datum/reagent/consumable/milk = 1, /datum/reagent/consumable/coco = 1)
mix_message = "The color changes as the mixture blends smoothly."
/datum/chemical_reaction/eggnog
name = "eggnog"
/datum/chemical_reaction/spiked_eggnog
name = "spiked eggnog"
id = /datum/reagent/consumable/ethanol/eggnog
results = list(/datum/reagent/consumable/ethanol/eggnog = 15)
required_reagents = list(/datum/reagent/consumable/ethanol/rum = 5, /datum/reagent/consumable/cream = 5, /datum/reagent/consumable/eggyolk = 5)
required_reagents = list(/datum/reagent/consumable/ethanol/rum = 5, /datum/reagent/consumable/eggnog = 10)
/datum/cheimcal_reaction/eggnog
name = "eggnog"
id = /datum/reagent/consumable/eggnog
results = list(/datum/reagent/consumable/eggnog = 10)
required_reagents = list(/datum/reagent/consumable/cream = 5, /datum/reagent/consumable/eggyolk = 5)
/datum/chemical_reaction/narsour
name = "Nar'sour"

View File

@@ -1457,7 +1457,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
..()
/datum/reagent/consumable/ethanol/eggnog
name = "Eggnog"
name = "Spiked Eggnog"
description = "The traditional way to get absolutely hammered at a Christmas party."
color = "#fcfdc6" // rgb: 252, 253, 198
nutriment_factor = 2 * REAGENTS_METABOLISM
@@ -1465,7 +1465,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
quality = DRINK_VERYGOOD
taste_description = "custard and alcohol"
glass_icon_state = "nog3"
glass_name = "eggnog"
glass_name = "spiked eggnog"
glass_desc = "The traditional way to get absolutely hammered at a Christmas party."
/datum/reagent/consumable/ethanol/narsour

View File

@@ -1146,3 +1146,15 @@
taste_description = "bitter powder"
glass_name = "glass of banana peel powder"
description = "You took a banana peel... pulped it... baked it... Where are you going with this?"
/datum/reagent/consumable/eggnog
name = "Eggnog"
description = "A creamy, rich beverage made out of whisked eggs, milk and sugar, for when you feel like celebrating the winter holidays."
color = "#fcfdc6" // rgb: 252, 253, 198
nutriment_factor = 2 * REAGENTS_METABOLISM
boozepwr = 1
quality = DRINK_VERYGOOD
taste_description = "custard"
glass_icon_state = "nog3"
glass_name = "eggnog"
glass_desc = "You can't egg-nore the holiday cheer all around you"