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

direct_explosive_trap

Responds to certain signals and 'explodes' on the person using the item. Differs from interaction_booby_trap in that this doesn't actually explode, it just directly calls ex_act on one person.

Vars

explosive_checksOptional additional target checks before we go off
explosive_forceAmount of force to apply
glow_colourColour for examine notification
saboteurAn optional mob to inform about explosions
triggering_signalsSignals which set off the bomb, must pass a mob as the first non-source argument

Procs

bomb_expiredCalled if we sit too long without going off
explodeBlow up
on_bomber_deletedDon't hang a reference to the person who placed the bomb
on_examinedLet people know something is up

Var Details

explosive_checks

Optional additional target checks before we go off

explosive_force

Amount of force to apply

glow_colour

Colour for examine notification

saboteur

An optional mob to inform about explosions

triggering_signals

Signals which set off the bomb, must pass a mob as the first non-source argument

Proc Details

bomb_expired

Called if we sit too long without going off

explode

Blow up

on_bomber_deleted

Don't hang a reference to the person who placed the bomb

on_examined

Let people know something is up