space_crawl
Space Crawl
Lets the caster enter and exit tiles of space or misc turfs.
Vars | |
jaunting_traits | List of traits that are added to the heretic while in space phase jaunt |
---|---|
Procs | |
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. |
Var Details
jaunting_traits
List of traits that are added to the heretic while in space phase jaunt
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.