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

spacetime_dist

Vars

durationThe duration of the scramble
effectsA lazylist of all scramble effects this spell has created.
readyWeather we're ready to cast again yet or not
scramble_radiusThe radius of the scramble around the caster

Procs

clean_turfsCallback which cleans up our effects list after the duration expires.
get_targets_to_scrambleGets a list of turfs around the center atom to scramble.

Var Details

duration

The duration of the scramble

effects

A lazylist of all scramble effects this spell has created.

ready

Weather we're ready to cast again yet or not

scramble_radius

The radius of the scramble around the caster

Proc Details

clean_turfs

Callback which cleans up our effects list after the duration expires.

get_targets_to_scramble

Gets a list of turfs around the center atom to scramble.

Returns an assoc list of turf to turf. These pairs are what turfs are swapped between one another when the cast is done.