byond - Modules - TypesVar Details - Proc Details

create_spiderling

Vars

cannibalise_chargesCurrent amount of cannibalise charges
spiderlingsList of all our spiderlings

Procs

action_activateThe action to create spiderlings
add_spiderlingAdds spiderlings to spiderling list and registers them for death so we can remove them later
remove_spiderlingThis creates and stores the spiderling so we can reassign the owner for spider swarm and cap how many spiderlings you can have at once Removes spiderling from spiderling list and unregisters death signal
use_cannibaliseBirth a spiderling and use up a charge of cannibalise

Var Details

cannibalise_charges

Current amount of cannibalise charges

spiderlings

List of all our spiderlings

Proc Details

action_activate

The action to create spiderlings

add_spiderling

Adds spiderlings to spiderling list and registers them for death so we can remove them later

remove_spiderling

This creates and stores the spiderling so we can reassign the owner for spider swarm and cap how many spiderlings you can have at once Removes spiderling from spiderling list and unregisters death signal

use_cannibalise

Birth a spiderling and use up a charge of cannibalise