Delta-v/Content.Server/Fluids
Partmedia cf202e805d
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-04 03:42:16 +01:00
..
Components Add prediction to Spill Container verb, add dummy TrySpill methods to shared (#25813) 2024-03-29 02:00:09 -07:00
EntitySystems Fix sinks and toilets not draining (#33691) 2024-12-04 03:42:16 +01:00
ShowFluidsCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00