engineering material vacuum 
Procs | |
| New | OVERRIDES FOR COMMON PROCS |
|---|---|
| attempt_fill | Returns TRUE if we fit the target thing (or some of the thing if it's a stack of stuff) into the toolbox. |
| equipped | Change worn sprite depending on slot |
| find_crud_on_turf | |
| scan_for_floortiles | Sets current_stack to the first stack of floortiles we find in the toolbox, or null otherwise. Returns TRUE or FALSE respectively. |
| toolbox_contents_check | Returns TRUE if the toolbox should be accepted and FALSE if it should not |
| update_icon | SPRITE-ALTERING PROCS |
Proc Details
New
OVERRIDES FOR COMMON PROCS
attempt_fill
Returns TRUE if we fit the target thing (or some of the thing if it's a stack of stuff) into the toolbox.
equipped
Change worn sprite depending on slot
find_crud_on_turf
VAC SPECIFIC HELPER PROCS
Find stuff on a turf and try to grab it. Returns TRUE if it manages to find and collect at least 1 thing
scan_for_floortiles
Sets current_stack to the first stack of floortiles we find in the toolbox, or null otherwise. Returns TRUE or FALSE respectively.
toolbox_contents_check
Returns TRUE if the toolbox should be accepted and FALSE if it should not
update_icon
SPRITE-ALTERING PROCS