/tg/ Station 13 - Modules - TypesVar Details

mopper

Gizmo mode that regenerates, cycles and expells reagents in different functions

Vars

active_reagentReagent that is being generated right now
max_volumeMax volume of the reagent holder we hand out
random_reagents_to_addHow many reagents we grab from get_random_reagent_id
reagent_flagsFlags to pass to the reagent holder
reagent_holderReference to the reagent holder. Preferably access it from the holder instead, but some procs dont like that (process())
reagentsReagents that can be selected
regeneration_speedAmount of reagents we regenerate per second

Var Details

active_reagent

Reagent that is being generated right now

max_volume

Max volume of the reagent holder we hand out

random_reagents_to_add

How many reagents we grab from get_random_reagent_id

reagent_flags

Flags to pass to the reagent holder

reagent_holder

Reference to the reagent holder. Preferably access it from the holder instead, but some procs dont like that (process())

reagents

Reagents that can be selected

regeneration_speed

Amount of reagents we regenerate per second