byond - Modules - TypesVar Details - Proc Details

transfusion

Vars

target_healthUsed to keep track of the target's previous health for extra_health_check()

Procs

extra_health_checkAn extra check for the do_mob in can_use_ability. If the target isn't immobile and has lost health, the ability is cancelled. The ability is also cancelled if the target is knocked into crit DURING the do_mob.

Var Details

target_health

Used to keep track of the target's previous health for extra_health_check()

Proc Details

extra_health_check

An extra check for the do_mob in can_use_ability. If the target isn't immobile and has lost health, the ability is cancelled. The ability is also cancelled if the target is knocked into crit DURING the do_mob.