Merge pull request #3666 from Holdelta/bestdrink

Pilk
This commit is contained in:
Razgriz
2022-02-16 14:10:02 -07:00
committed by GitHub
3 changed files with 27 additions and 1 deletions
@@ -114,4 +114,8 @@
/datum/reagent/ethanol/arachnidslammer
glass_icon_state = "arachnidslammer"
glass_icon_file = 'icons/obj/drinks_ch.dmi'
glass_icon_file = 'icons/obj/drinks_ch.dmi'
/datum/reagent/drink/pilk
glass_icon_state = "whiskeyglass"
glass_icon_file = 'icons/obj/drinks.dmi'
@@ -303,6 +303,15 @@
result = "enragedarachnidslammer"
result_amount = 0.1
/decl/chemical_reaction/instant/drinks/pilk
name = "Pilk"
id = "pilk"
result = "pilk"
required_reagents = list("milk" = 1, "cola" = 1)
result_amount = 2
//YW drinks
/decl/chemical_reaction/instant/drinks/lovepotion_yw
name = "Strawberry Love Potion"
@@ -552,6 +552,19 @@
M.add_chemical_effect(CE_PAINKILLER, 80 * chem_effective)
M.add_chemical_effect(CE_SPEEDBOOST, 0)
/datum/reagent/drink/pilk
name = "Pilk"
id = "pilk"
description = "A forbidden mixture that dates back to the early days of space civilization, its creation is known to have caused at least one or two massacres."
taste_description = "heresy"
color = "#4C3100"
glass_name = "Pilk"
glass_desc = "Why would you do this to yourself?"
cup_name = "glass of Pilk"
cup_desc = "A glass of regret."
////////////////////////////////////////////////
/////////FOODSTUFF/////////////////////////////
//////////////////////////////////////////////