mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Pilk
What it says on the tin.
This commit is contained in:
@@ -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/////////////////////////////
|
||||
//////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user