/tg/ Station 13 - Modules - TypesProc Details

toggle_passthrough

Passthrough ability

Ghost innate ability that allows them to enter ghost mode, which gives them the phasing ability, but makes them drop everything and completely unable to wear anything.

Procs

attempt_moveCalled when attempting to move to a new tile while the action is active, returns to cancel moving.
on_new_limbCalled when the owner of this action gets a new limb, if it isn't a ghost-limb the action will turn itself off, and you'll lose said limb if you try using this action again.
swap_modeSwaps the mode, allowing us to phase through stuff but drops everything. Optional 'force_off' arg to prevent being able to turn it on.

Proc Details

attempt_move

Called when attempting to move to a new tile while the action is active, returns to cancel moving.

on_new_limb

Called when the owner of this action gets a new limb, if it isn't a ghost-limb the action will turn itself off, and you'll lose said limb if you try using this action again.

swap_mode

Swaps the mode, allowing us to phase through stuff but drops everything. Optional 'force_off' arg to prevent being able to turn it on.