receiver ![code/modules/plumbing/plumbers/teleporter.dm 46](git.png)
A bluespace output pipe for plumbing. Supports multiple recipients. Must be constructed with a circuit board
Vars | |
next_index | We only grab one machine per process, so store which one is next |
---|---|
pull_amount | How much chemicals we can teleport per process |
senders | All synced up chemical beacons we can tap from |
Procs | |
lose_senders | Notify all senders to forget us |
Var Details
next_index ![code/modules/plumbing/plumbers/teleporter.dm 59](git.png)
We only grab one machine per process, so store which one is next
pull_amount ![code/modules/plumbing/plumbers/teleporter.dm 55](git.png)
How much chemicals we can teleport per process
senders ![code/modules/plumbing/plumbers/teleporter.dm 57](git.png)
All synced up chemical beacons we can tap from
Proc Details
lose_senders
Notify all senders to forget us