/datum/round_event/scrubber_overflow
Vars | |
danger_chance | The probability that the ejected reagents will be dangerous |
---|---|
evaporation_multiplier | How quickly things evaporate |
forced_reagent_type | Specific reagent to force all scrubbers to use, null for random reagent choice |
overflow_probability | Probability of an individual scrubber overflowing |
reagents_amount | Amount of reagents ejected from each scrubber |
scrubbers | A list of scrubbers that will have reagents ejected from them |
Procs | |
get_overflowing_reagent | proc that will run the prob check of the event and return a safe or dangerous reagent based off of that. |
Var Details
danger_chance
The probability that the ejected reagents will be dangerous
evaporation_multiplier
How quickly things evaporate
forced_reagent_type
Specific reagent to force all scrubbers to use, null for random reagent choice
overflow_probability
Probability of an individual scrubber overflowing
reagents_amount
Amount of reagents ejected from each scrubber
scrubbers
A list of scrubbers that will have reagents ejected from them
Proc Details
get_overflowing_reagent
proc that will run the prob check of the event and return a safe or dangerous reagent based off of that.