Delta-v/Content.Server/Fluids/EntitySystems
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
..
AbsorbentSystem.cs upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
DrainSystem.cs Fix sinks and toilets not draining (#33691) 2024-12-07 22:01:08 +00:00
PuddleDebugDebugOverlaySystem.cs Code cleanup: puddles and spreaders (#26102) 2024-03-17 15:08:24 +01:00
PuddleSystem.Evaporation.cs Add prediction for puddle and spillable examines (#25794) 2024-03-07 01:19:36 +01:00
PuddleSystem.Spillable.cs upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
PuddleSystem.Transfers.cs Revert 'Revert 'Solution Entities'' (#23168) 2024-01-23 23:00:42 +01:00
PuddleSystem.cs upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
SmokeSystem.cs upstream merge 7/9 (#1762) 2024-09-10 01:20:38 +10:00
SpraySystem.cs Added Firebots - Real (#32482) 2024-10-02 12:16:27 +01:00