/datum/component/auto_reagent
Vars | |
dupe_mode | but like probably don't do multiple ones with overflowing=TRUE, ok??? |
---|---|
reagent_id | Reagent ID to produce |
typeinfo_type | Automatically fills something with reagents... and possible leaks it |
units | Number of reagents to produce per item process |
Procs | |
examined | Adds a line to examine text to indicate it is overflowing |
process | Called every item process tick, handles adding additional reagent units and overflowing when applicable. |
Var Details
dupe_mode
but like probably don't do multiple ones with overflowing=TRUE, ok???
reagent_id
Reagent ID to produce
typeinfo_type
Automatically fills something with reagents... and possible leaks it
units
Number of reagents to produce per item process
Proc Details
examined
Adds a line to examine text to indicate it is overflowing
process
Called every item process tick, handles adding additional reagent units and overflowing when applicable.