Immortal Haste
Vars | |
hit | Current hit, set while power is in use as we can't pass the list as an extra calling argument in registersignal. |
---|---|
speed_override | If set, uses this speed in deciseconds instead of world.tick_lag |
Procs | |
CheckValidTarget | Anything will do, if it's not me or my square |
FireTargetedPower | This is a non-async proc to make sure the power is "locked" until this finishes. |
Var Details
hit
Current hit, set while power is in use as we can't pass the list as an extra calling argument in registersignal.
speed_override
If set, uses this speed in deciseconds instead of world.tick_lag
Proc Details
CheckValidTarget
Anything will do, if it's not me or my square
FireTargetedPower
This is a non-async proc to make sure the power is "locked" until this finishes.