thrusting_spines ![code/modules/mob/living/basic/space_fauna/meteor_heart/spine_traps.dm 49](git.png)
Vars | |
active | If this will trigger a trap when entered |
---|---|
impale_damage | Damage to deal on activation |
standing_damage_zones | Weighted list of body zones to target while standing |
thrust_delay | Time between activations |
Procs | |
on_entered | Called when something enters our turf, if it is a non-flying mob then give it a stab |
ready | Called when we're ready to start impaling people |
retract | Called when it is time to stop impaling people |
Var Details
active ![code/modules/mob/living/basic/space_fauna/meteor_heart/spine_traps.dm 55](git.png)
If this will trigger a trap when entered
impale_damage ![code/modules/mob/living/basic/space_fauna/meteor_heart/spine_traps.dm 57](git.png)
Damage to deal on activation
standing_damage_zones ![code/modules/mob/living/basic/space_fauna/meteor_heart/spine_traps.dm 61](git.png)
Weighted list of body zones to target while standing
thrust_delay ![code/modules/mob/living/basic/space_fauna/meteor_heart/spine_traps.dm 59](git.png)
Time between activations
Proc Details
on_entered
Called when something enters our turf, if it is a non-flying mob then give it a stab
ready
Called when we're ready to start impaling people
retract
Called when it is time to stop impaling people