fire_blast ![code/modules/antagonists/heretic/magic/fire_blast.dm 1](git.png)
Vars | |
beam_duration | How long the beam visual lasts, also used to determine time between jumps |
---|---|
Procs | |
continue_beam | Timer callback to continue the chain, calling send_fire_bream recursively. |
get_target | Pick a carbon mob in a radius around us that we can reach. Mobs on fire will have priority and be targeted over others. Returns null or a carbon mob. |
Var Details
beam_duration ![code/modules/antagonists/heretic/magic/fire_blast.dm 23](git.png)
How long the beam visual lasts, also used to determine time between jumps
Proc Details
continue_beam
Timer callback to continue the chain, calling send_fire_bream recursively.
get_target
Pick a carbon mob in a radius around us that we can reach. Mobs on fire will have priority and be targeted over others. Returns null or a carbon mob.