rust  
Adding this element to an atom will have it automatically render an overlay.
| Vars | |
| rust_overlay | The rust image itself, since the icon and icon state are only used as an argument | 
|---|---|
| Procs | |
| handle_tool_use | We call this from secondary_tool_act because we sleep with do_after | 
| on_interaction | Prevents placing floor tiles on rusted turf | 
| welder_tool_act | Because do_after sleeps we register the signal here and defer via an async call | 
Var Details
rust_overlay  
The rust image itself, since the icon and icon state are only used as an argument
Proc Details
handle_tool_use
We call this from secondary_tool_act because we sleep with do_after
on_interaction
Prevents placing floor tiles on rusted turf
welder_tool_act
Because do_after sleeps we register the signal here and defer via an async call