drain_victim
Procs | |
drain_victim | The proc that actually handles draining the victim. Assumes that all the
pre-requesite checks were made, and as such will not make any more checks
outside of a do_after of three seconds. |
---|---|
has_valid_target | Handles the first checks to see if the target is eligible to be drained. |
Proc Details
drain_victim
The proc that actually handles draining the victim. Assumes that all the
pre-requesite checks were made, and as such will not make any more checks
outside of a do_after
of three seconds.
Arguments:
- hemophage - The feeder.
- victim - The one that's being drained.
has_valid_target
Handles the first checks to see if the target is eligible to be drained.
Arguments:
- hemophage - The person that's trying to drain something or someone else.
Returns TRUE
if the target is eligible to be drained, FALSE
if not.