controller 
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 
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