black ![code/modules/research/xenobiology/crossbreeding/_status_effects.dm 938](git.png)
Vars | |
draining_ref | Weakref to the mob we're currently draining every tick. |
---|---|
heal_amount | How much we heal per tick (also how much we damage per tick times DRAIN_DAMAGE_MULTIPLIER). |
Procs | |
on_grab | Whenever we grab someone by the neck, set "draining" to a weakref of them. |
Var Details
draining_ref ![code/modules/research/xenobiology/crossbreeding/_status_effects.dm 946](git.png)
Weakref to the mob we're currently draining every tick.
heal_amount ![code/modules/research/xenobiology/crossbreeding/_status_effects.dm 942](git.png)
How much we heal per tick (also how much we damage per tick times DRAIN_DAMAGE_MULTIPLIER).
Proc Details
on_grab
Whenever we grab someone by the neck, set "draining" to a weakref of them.