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

fakedeath

Vars

fakedeath_durationHow long it takes for revival to ready upon entering stasis. The changeling can opt to stay in fakedeath for longer, though.
revive_readyIf TRUE, we're ready to revive and can click the button to heal.

Procs

disable_reviveSets [revive_ready] to FALSE and updates the button icons. Can be called mid-revival if the process is being cancelled
enable_fakedeathUsed to enable fakedeath and register relevant signals / start timers
enable_reviveSets [revive_ready] to TRUE and updates the button icons.
fakedeath_resetSignal proc to stop the revival process if the changeling exits their stasis early.
on_stat_changeSignal proc to exit fakedeath early if we're revived from being previously dead

Var Details

fakedeath_duration

How long it takes for revival to ready upon entering stasis. The changeling can opt to stay in fakedeath for longer, though.

revive_ready

If TRUE, we're ready to revive and can click the button to heal.

Proc Details

disable_revive

Sets [revive_ready] to FALSE and updates the button icons. Can be called mid-revival if the process is being cancelled

enable_fakedeath

Used to enable fakedeath and register relevant signals / start timers

enable_revive

Sets [revive_ready] to TRUE and updates the button icons.

fakedeath_reset

Signal proc to stop the revival process if the changeling exits their stasis early.

on_stat_change

Signal proc to exit fakedeath early if we're revived from being previously dead