controller ![code/modules/pool/pool_controller.dm 11](git.png)
Vars | |
bloody | Is the pool bloody? |
---|---|
drainable | Whether or not the pool can be drained |
draining | Just to prevent spam |
interact_delay | Next world.time you can interact with settings |
last_reagent_process | Last time we process_reagents()'d |
linked_drain | Pool drain |
linked_filter | Pool filter |
linked_mist | Linked mist effects |
linked_turfs | Pool turfs |
max_beaker_transfer | Maximum amount we will take from a beaker |
min_reagent_amount | Minimum amount of a reagent for it to work on us |
mist_state | Is pool mist currently on? |
mobs_in_pool | All mobs in pool |
noreact_reagents | ADMINBUS ONLY - WHETHER OR NOT WE HAVE NOREACT ;) |
old_rcolor | Old reagent color, used to determine if update_color needs to reset colors. |
reagent_tick_interval | how fast in deciseconds between reagent processes |
respect_reagent_blacklist | Reagent blacklisting |
scan_range | How far it scans for pool objects |
shocked | Airlock style shocks |
temperature | See __DEFINES/pool.dm, temperature defines |
temperature_unlocked | Can we use unsafe temperatures |
Var Details
bloody ![code/modules/pool/pool_controller.dm 29](git.png)
Is the pool bloody?
drainable ![code/modules/pool/pool_controller.dm 45](git.png)
Whether or not the pool can be drained
draining ![code/modules/pool/pool_controller.dm 59](git.png)
Just to prevent spam
interact_delay ![code/modules/pool/pool_controller.dm 53](git.png)
Next world.time you can interact with settings
last_reagent_process ![code/modules/pool/pool_controller.dm 31](git.png)
Last time we process_reagents()'d
linked_drain ![code/modules/pool/pool_controller.dm 49](git.png)
Pool drain
linked_filter ![code/modules/pool/pool_controller.dm 51](git.png)
Pool filter
linked_mist ![code/modules/pool/pool_controller.dm 23](git.png)
Linked mist effects
linked_turfs ![code/modules/pool/pool_controller.dm 25](git.png)
Pool turfs
max_beaker_transfer ![code/modules/pool/pool_controller.dm 33](git.png)
Maximum amount we will take from a beaker
min_reagent_amount ![code/modules/pool/pool_controller.dm 35](git.png)
Minimum amount of a reagent for it to work on us
mist_state ![code/modules/pool/pool_controller.dm 21](git.png)
Is pool mist currently on?
mobs_in_pool ![code/modules/pool/pool_controller.dm 27](git.png)
All mobs in pool
noreact_reagents ![code/modules/pool/pool_controller.dm 37](git.png)
ADMINBUS ONLY - WHETHER OR NOT WE HAVE NOREACT ;)
old_rcolor ![code/modules/pool/pool_controller.dm 57](git.png)
Old reagent color, used to determine if update_color needs to reset colors.
reagent_tick_interval ![code/modules/pool/pool_controller.dm 39](git.png)
how fast in deciseconds between reagent processes
respect_reagent_blacklist ![code/modules/pool/pool_controller.dm 61](git.png)
Reagent blacklisting
scan_range ![code/modules/pool/pool_controller.dm 19](git.png)
How far it scans for pool objects
shocked ![code/modules/pool/pool_controller.dm 55](git.png)
Airlock style shocks
temperature ![code/modules/pool/pool_controller.dm 43](git.png)
See __DEFINES/pool.dm, temperature defines
temperature_unlocked ![code/modules/pool/pool_controller.dm 41](git.png)
Can we use unsafe temperatures