chemistry
Vars | |
active_reagents | The waiting list of reagents datums to process reactions for |
---|---|
id_reactions_map | A map of (type = list(...reactions)) where type is the first reagent of a reaction |
product_reactions_map | A map of (type = list(...reactions)) where type is what the reactions create |
queue | The current queue of reagents datums being processed |
random_chem_prototypes | A map of (type = prototype instance) of randomized chems in typesof(/datum/reagent/random) |
saved_index | If the queue was not finished, the index to read from on the next run |
Var Details
active_reagents
The waiting list of reagents datums to process reactions for
id_reactions_map
A map of (type = list(...reactions)) where type is the first reagent of a reaction
product_reactions_map
A map of (type = list(...reactions)) where type is what the reactions create
queue
The current queue of reagents datums being processed
random_chem_prototypes
A map of (type = prototype instance) of randomized chems in typesof(/datum/reagent/random)
saved_index
If the queue was not finished, the index to read from on the next run