Yogstation 13 - Modules - TypesVar Details - Proc Details

/datum/round_event/scrubber_overflow

Vars

danger_chanceThe probability that the ejected reagents will be dangerous
evaporation_multiplierHow quickly things evaporate
forced_reagent_typeSpecific reagent to force all scrubbers to use, null for random reagent choice
overflow_probabilityProbability of an individual scrubber overflowing
reagents_amountAmount of reagents ejected from each scrubber
scrubbersA list of scrubbers that will have reagents ejected from them

Procs

get_overflowing_reagentproc 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.