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

space_crawl

Space Crawl

Lets the caster enter and exit tiles of space or misc turfs.

Vars

jaunt_cooldownWhat cooldown do we inflict when exiting jaunt?
jaunting_traitsList of traits that are added to the heretic while in space phase jaunt
successful_jauntHave we successfully casted a jaunt? Used for triggering a cooldown when we exit Space Phase.

Procs

do_spacecrawlAttempts to enter or exit the passed space or misc turf. Returns TRUE if we successfully entered or exited said turf, FALSE otherwise
on_focus_lostSignal proc for [SIGNAL_REMOVETRAIT] via TRAIT_ALLOW_HERETIC_CASTING, losing our focus midcast will throw us out.
try_enter_jauntAttempts to enter the passed space or misc turfs.
try_exit_jauntAttempts to Exit the passed space or misc turf.

Var Details

jaunt_cooldown

What cooldown do we inflict when exiting jaunt?

jaunting_traits

List of traits that are added to the heretic while in space phase jaunt

successful_jaunt

Have we successfully casted a jaunt? Used for triggering a cooldown when we exit Space Phase.

Proc Details

do_spacecrawl

Attempts to enter or exit the passed space or misc turf. Returns TRUE if we successfully entered or exited said turf, FALSE otherwise

on_focus_lost

Signal proc for [SIGNAL_REMOVETRAIT] via TRAIT_ALLOW_HERETIC_CASTING, losing our focus midcast will throw us out.

try_enter_jaunt

Attempts to enter the passed space or misc turfs.

try_exit_jaunt

Attempts to Exit the passed space or misc turf.