death_explosion ![code/datums/elements/death_explosion.dm 6](git.png)
death explosion element!
Bespoke element that generates an explosion when a mob is killed.
Vars | |
devastation | The range at which devastating impact happens |
---|---|
heavy_impact | The range at which heavy impact happens |
light_impact | The range at which light impact happens |
Procs | |
on_death | Triggered when target dies, make an explosion. |
Var Details
devastation ![code/datums/elements/death_explosion.dm 10](git.png)
The range at which devastating impact happens
heavy_impact ![code/datums/elements/death_explosion.dm 12](git.png)
The range at which heavy impact happens
light_impact ![code/datums/elements/death_explosion.dm 16](git.png)
The range at which light impact happens
Proc Details
on_death
Triggered when target dies, make an explosion.