mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Xuizi Juicing (#15658)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user