/tg/ Station 13 - Modules - TypesVar Details - Proc Details

scrubber_overflow

Vars

danger_chanceThe probability that the ejected reagents will be dangerous
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
safer_chemsThe list of chems that scrubbers can produce
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

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

safer_chems

The list of chems that scrubbers can produce

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.