mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
Lettuce Cook
This commit is contained in:
@@ -1053,12 +1053,22 @@
|
||||
glass_desc = "Vitamins! Yay!"
|
||||
allergen_type = ALLERGEN_FRUIT //Oranges are fruit
|
||||
|
||||
/datum/reagent/drink/orangejuice/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
/datum/reagent/drink/juice/orange/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
..()
|
||||
if(alien == IS_DIONA)
|
||||
return
|
||||
M.adjustOxyLoss(-2 * removed)
|
||||
|
||||
/datum/reagent/drink/juice/lettuce
|
||||
name = "Lettuce Juice"
|
||||
id = "lettucejuice"
|
||||
description = "It's mostly water, just a bit more lettucy."
|
||||
taste_description = "fresh greens"
|
||||
color = "#29df4b"
|
||||
|
||||
glass_name = "lettuce juice"
|
||||
glass_desc = "This is just lettuce water. Fresh but boring."
|
||||
|
||||
/datum/reagent/toxin/poisonberryjuice // It has more in common with toxins than drinks... but it's a juice
|
||||
name = "Poison Berry Juice"
|
||||
id = "poisonberryjuice"
|
||||
|
||||
Reference in New Issue
Block a user