Delta-v/Content.Server/Fluids
Partmedia 5fdfa2aee0 Fix sinks and toilets not draining (#33691)
* Fix AutoDrain

Per the system comments, AutoDrain is designed to automatically move
puddles into the drain (like a floor drain). Drains without AutoDrain
are still supposed to gradually empty the buffer, but not remove puddles
(like sinks and toilets).

However, a logic error in the original implementation causes drains with
AutoDrain set to false to simply not work. Hence sinks never emptied.

* Update documentation
2024-12-07 22:01:08 +00:00
..
Components Add prediction to Spill Container verb, add dummy TrySpill methods to shared (#25813) 2024-04-07 14:11:49 +02:00
EntitySystems Fix sinks and toilets not draining (#33691) 2024-12-07 22:01:08 +00:00
ShowFluidsCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00