killerqueen ![code/datums/components/killerqueen.dm 7](git.png)
KILLER QUEEN
Simple contact bomb component Blows up the first person to touch it.
Vars | |
dev | dev explosion radius |
---|---|
ex_strength | strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default). |
examine_message | examine message |
exploded | did we explode |
failure | callback to invoke with (parent) when deleting without an explosion |
flame | flame explosion radius |
heavy | heavy explosion radius |
light | light explosion radius |
living_only | only triggered by living mobs |
pre_explode | callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion. |
Var Details
dev ![code/datums/components/killerqueen.dm 24](git.png)
dev explosion radius
ex_strength ![code/datums/components/killerqueen.dm 10](git.png)
strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default).
examine_message ![code/datums/components/killerqueen.dm 18](git.png)
examine message
exploded ![code/datums/components/killerqueen.dm 16](git.png)
did we explode
failure ![code/datums/components/killerqueen.dm 14](git.png)
callback to invoke with (parent) when deleting without an explosion
flame ![code/datums/components/killerqueen.dm 26](git.png)
flame explosion radius
heavy ![code/datums/components/killerqueen.dm 22](git.png)
heavy explosion radius
light ![code/datums/components/killerqueen.dm 20](git.png)
light explosion radius
living_only ![code/datums/components/killerqueen.dm 28](git.png)
only triggered by living mobs
pre_explode ![code/datums/components/killerqueen.dm 12](git.png)
callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion.