What it says on the tin.
This commit is contained in:
Test Turtle
2022-02-13 00:38:22 -08:00
parent 6e61d195c0
commit 270f307b7c
3 changed files with 27 additions and 1 deletions

View File

@@ -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"

View File

@@ -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/////////////////////////////
//////////////////////////////////////////////