/datum/teg_transformation 
- Thermo-Electric Generator Transformations These are various forms the Thermo-Electric Generator can take. They can be achieved by: * a reagent mixture similar to chems * triggered directly via another condition
Vars | |
| mat_id | material id to apply |
|---|---|
| required_reagents | associated list of reagent ids and amounts to cause transformation |
| skip_transformation_checks | Automatic transformation checks until a seperate criteria is achieved |
| teg | ref to TEG |
Procs | |
| on_grump | Return False by default to cause classic grump behavior |
| on_revert | Revert material back to initial values |
| on_transform | Base transformation to assign material |
Var Details
mat_id 
material id to apply
required_reagents 
associated list of reagent ids and amounts to cause transformation
skip_transformation_checks 
Automatic transformation checks until a seperate criteria is achieved
teg 
ref to TEG
Proc Details
on_grump
Return False by default to cause classic grump behavior
on_revert
Revert material back to initial values
on_transform
Base transformation to assign material