chewable ![code/datums/elements/chewable.dm 3](git.png)
Anything with this element will provide the reagents inside the item to the user when it is equipped.
Vars | |
metabolization_amount | The amount to metabolize per second |
---|---|
processing | The objects with this element that are currently being processed |
slots_to_check | A bitfield of valid slots. If this is not provided, then it will
use the slot_flags of the item. |
Var Details
metabolization_amount ![code/datums/elements/chewable.dm 8](git.png)
The amount to metabolize per second
processing ![code/datums/elements/chewable.dm 15](git.png)
The objects with this element that are currently being processed
slots_to_check ![code/datums/elements/chewable.dm 12](git.png)
A bitfield of valid slots. If this is not provided, then it will
use the slot_flags
of the item.