machine_construction
Procs | |
use_tool | Handles tool usage on the parent machine. Has the same return rules as /atom/proc/use_tool() . |
---|
Proc Details
use_tool
Handles tool usage on the parent machine. Has the same return rules as /atom/proc/use_tool()
.
Parameters:
tool
- The item being used.user
- The mob performing the interaction.machine
- The parent machine being interacted with.
Returns boolean. Indicates whether the interaction was handled or not. If TRUE
, no other interactions will occur.