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_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 |
Procs | |
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 |
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