heart_attack
Vars | |
quantity | Number of heart attacks to distribute |
---|---|
victims | A list of prime candidates for heart attacking |
Procs | |
attack_heart | Picks a victim from a list and attempts to give them a heart attack |
Var Details
quantity
Number of heart attacks to distribute
victims
A list of prime candidates for heart attacking
Proc Details
attack_heart
Picks a victim from a list and attempts to give them a heart attack
Performs a pick_weight on a list of potential victims. Once selected, the "winner" will receive heart disease. Returns TRUE if a heart attack is successfully given, and FALSE if something blocks it.