Xuizi Juicing (#15658)

This commit is contained in:
Geeves
2023-01-30 21:33:21 -03:00
committed by GitHub
parent 5300493f26
commit fe8cd9f90b
4 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
var/name = "Reagent"
var/description = "A non-descript chemical."
var/taste_description = "old rotten bandaids"
var/list/species_taste_description
var/taste_mult = 1 //how this taste compares to others. Higher values means it is more noticable
var/reagent_state = SOLID
var/metabolism = REM // This would be 0.2 normally
@@ -170,4 +171,4 @@
//Check to use when seeing if the person has the minimum dose of the reagent. Useful for stopping minimum transfer rate IV drips from applying chem effects
/singleton/reagent/proc/check_min_dose(var/mob/living/carbon/M, var/min_dose = 1)
return (REAGENT_VOLUME(M.reagents, type) >= min_dose)
return (REAGENT_VOLUME(M.reagents, type) >= min_dose)
@@ -4638,6 +4638,9 @@
color = "#91de47"
strength = 5
taste_description = "water"
species_taste_description = list(
SPECIES_UNATHI = "a bit of watermelon and strawberry with a hint of salt"
)
glass_icon_state = "xuiziglass"
glass_name = "glass of Xuizi Juice"