/tg/ Station 13 - Modules - TypesVar Details - Proc Details

heart_attack

Vars

quantityNumber of heart attacks to distribute
victimsA list of prime candidates for heart attacking

Procs

attack_heartPicks 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.