microwavable
Atoms that can be microwaved from one type to another.
Vars | |
added_reagents | Reagents that should be added to the result |
---|---|
default_typepath | The typepath we default to if we were passed no microwave result |
result_typepath | Resulting atom typepath on a completed microwave. |
Procs | |
on_examine | Signal proc for COMSIG_ATOM_EXAMINE. Lets examiners know we can be microwaved if we're not the default mess type |
on_microwaved | Signal proc for COMSIG_ITEM_MICROWAVE_ACT. Handles the actual microwaving part. |
Var Details
added_reagents
Reagents that should be added to the result
default_typepath
The typepath we default to if we were passed no microwave result
result_typepath
Resulting atom typepath on a completed microwave.
Proc Details
on_examine
Signal proc for COMSIG_ATOM_EXAMINE. Lets examiners know we can be microwaved if we're not the default mess type
on_microwaved
Signal proc for COMSIG_ITEM_MICROWAVE_ACT. Handles the actual microwaving part.