diggable 
Lets you make hitting a turf with a shovel pop something out, and scrape the turf
Vars | |
| action_text | What should we tell the user they did? (Eg: "You dig up the turf.") |
|---|---|
| action_text_third_person | What should we tell other people what the user did? (Eg: "Guy digs up the turf.") |
| amount | Amount to spawn on shovel |
| to_spawn | Typepath of what we spawn on shovel |
| worm_chance | Percentage chance of receiving a bonus worm |
Procs | |
| on_shovel | Signal proc for COMSIG_ATOM_TOOL_ACT via [TOOL_SHOVEL]. |
Var Details
action_text 
What should we tell the user they did? (Eg: "You dig up the turf.")
action_text_third_person 
What should we tell other people what the user did? (Eg: "Guy digs up the turf.")
amount 
Amount to spawn on shovel
to_spawn 
Typepath of what we spawn on shovel
worm_chance 
Percentage chance of receiving a bonus worm
Proc Details
on_shovel
Signal proc for COMSIG_ATOM_TOOL_ACT via [TOOL_SHOVEL].