shuttle_scrambler ![code/modules/antagonists/pirate/pirate_shuttle_equipment.dm 3](git.png)
Vars | |
active | Is the machine siphoning right now |
---|---|
credits_stored | The amount of money stored in the machine |
siphon_per_tick | The amount of money removed per tick |
Procs | |
dump_loot | Handles expelling all the siphoned credits as holochips |
interrupt_research | Handles interrupting research |
send_notification | Alerts the crew about the siphon |
toggle_off | Switches off the siphon |
toggle_on | Turns on the siphoning, and its various side effects |
Var Details
active ![code/modules/antagonists/pirate/pirate_shuttle_equipment.dm 10](git.png)
Is the machine siphoning right now
credits_stored ![code/modules/antagonists/pirate/pirate_shuttle_equipment.dm 12](git.png)
The amount of money stored in the machine
siphon_per_tick ![code/modules/antagonists/pirate/pirate_shuttle_equipment.dm 14](git.png)
The amount of money removed per tick
Proc Details
dump_loot
Handles expelling all the siphoned credits as holochips
interrupt_research
Handles interrupting research
send_notification
Alerts the crew about the siphon
toggle_off
Switches off the siphon
toggle_on
Turns on the siphoning, and its various side effects