slot_machine  
| Vars | |
| emagged_game_in_progress | Used to handle bolting/unbolting the emagged machine while someone is using it | 
|---|---|
| emagged_win_chance | The %chance of winning money and resetting the emagged state | 
| Procs | |
| emagged_spinning | The spinning and throwing away is handled here, with a possible call to winning | 
| emagged_winning | With a chance of "emagged_win_chance", we win some money and reset the machine to a non-emagged state | 
Var Details
emagged_game_in_progress  
Used to handle bolting/unbolting the emagged machine while someone is using it
emagged_win_chance  
The %chance of winning money and resetting the emagged state
Proc Details
emagged_spinning
The spinning and throwing away is handled here, with a possible call to winning
emagged_winning
With a chance of "emagged_win_chance", we win some money and reset the machine to a non-emagged state