Files
VOREStation/code/__defines/hoses.dm
T
Will 2e9b293113 Better handling for multiple hose connectors (#17838)
* Better handling for multiple hose connectors

* Better distance handling

* Delete cell
2025-06-10 19:51:43 -07:00

6 lines
235 B
Plaintext

#define HOSE_INPUT "Input"// Only pull liquid.
#define HOSE_OUTPUT "Output"// Only push liquid.
#define HOSE_NEUTRAL "Neutral"// Equalize liquids, not super efficient, can waste reagents due to rounding.
#define HOSE_MAX_DISTANCE 10