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

hivehead_spawn_minions

Vars

spawn_countHow many are we going to spawn
spawn_typeThe mob we're going to spawn

Procs

do_tellOur tell that we're using this ability. Usually a sound and a visible message.area
minion_additional_changesStuff we want to do to our minions. This is in its own proc so subtypes can override this behaviour.

Var Details

spawn_count

How many are we going to spawn

spawn_type

The mob we're going to spawn

Proc Details

do_tell

Our tell that we're using this ability. Usually a sound and a visible message.area

minion_additional_changes

Stuff we want to do to our minions. This is in its own proc so subtypes can override this behaviour.