/tg/ Station 13 - Modules - TypesVar Details - Proc Details

diggable

Lets you make hitting a turf with a shovel pop something out, and scrape the turf

Vars

action_textWhat should we tell the user they did? (Eg: "You dig up the turf.")
action_text_third_personWhat should we tell other people what the user did? (Eg: "Guy digs up the turf.")
amountAmount to spawn on shovel
to_spawnTypepath of what we spawn on shovel
worm_chancePercentage chance of receiving a bonus worm

Procs

on_shovelSignal 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].