code/modules/reagents/chemistry/reagents/other_reagents.dm 
WATER_TO_WET_STACKS_FACTOR_TOUCH | How many wet stacks you get per units of water when it's applied by touch. |
---|---|
WATER_TO_WET_STACKS_FACTOR_VAPOR | How many wet stacks you get per unit of water when it's applied by vapor. Much less effective than by touch, of course. |
/datum/reagent/lube | Used for clownery |
/datum/reagent/lube/superlube | Stronger kind of lube. Applies TURF_WET_SUPERLUBE. |
CYCLES_TO_TURN | the current_cycle threshold / iterations needed before one can transform |
CYCLES_MSG_IMMEDIATE | the cycle at which 'immediate' mutation text begins displaying |
CYCLES_MSG_EXTENDED | the cycle at which 'extended' mutation text begins displaying |
/datum/reagent/colorful_reagent/powder | Colorful Powder |
/datum/reagent/plantnutriment | Hydroponics stuff |
/datum/reagent/yuck | Improvised reagent that induces vomiting. Created by dipping a dead mouse in welder fluid. |
Define Details
CYCLES_MSG_EXTENDED 
the cycle at which 'extended' mutation text begins displaying
CYCLES_MSG_IMMEDIATE 
the cycle at which 'immediate' mutation text begins displaying
CYCLES_TO_TURN 
the current_cycle threshold / iterations needed before one can transform
WATER_TO_WET_STACKS_FACTOR_TOUCH 
How many wet stacks you get per units of water when it's applied by touch.
WATER_TO_WET_STACKS_FACTOR_VAPOR 
How many wet stacks you get per unit of water when it's applied by vapor. Much less effective than by touch, of course.