This commit is contained in:
DragonTrance
2021-03-01 09:03:48 -07:00
parent 26937f3bde
commit 11fac8bd1e
2 changed files with 3 additions and 3 deletions
@@ -942,7 +942,7 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of bungo juice"
glass_desc = "Exotic! You feel like you are on vacation already."
hydration = 1 * REAGENTS_METABOLISM
hydration = 1 * REAGENTS_METABOLISM
/datum/reagent/consumable/aloejuice
name = "Aloe Juice"
@@ -952,7 +952,7 @@
glass_icon_state = "glass_yellow"
glass_name = "glass of aloe juice"
glass_desc = "A healthy and refreshing juice."
hydration = 2 * REAGENTS_METABOLISM
hydration = 2 * REAGENTS_METABOLISM
/datum/reagent/consumable/aloejuice/on_mob_life(mob/living/M)
if(prob(30))