/tg/ Station 13 - Modules - TypesProc Details

apparatus

Borg apparatus

Procs

attack_selfAttack_self will pass for the stored item.
on_stored_updated_iconUpdates the appearance of the apparatus when the stored object's icon gets updated.
safedeconIf we're safely deconstructed, we put the item neatly onto the ground, rather than deleting it.
verb_dropHeldA right-click verb, for those not using hotkey mode.

Proc Details

attack_self

Attack_self will pass for the stored item.

on_stored_updated_icon

Updates the appearance of the apparatus when the stored object's icon gets updated.

Returns NONE as we have not done anything to the stored object itself, which is where this signal that this handler intercepts is sent from.

safedecon

If we're safely deconstructed, we put the item neatly onto the ground, rather than deleting it.

verb_dropHeld

A right-click verb, for those not using hotkey mode.