Delta-v/Content.Server/Fluids/EntitySystems
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
..
AbsorbentSystem.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
DrainSystem.cs Fix sinks and toilets not draining (#33691) 2024-12-04 03:42:16 +01:00
PuddleDebugDebugOverlaySystem.cs Code cleanup: puddles and spreaders (#26102) 2024-03-15 14:41:08 +11:00
PuddleSystem.Evaporation.cs Add prediction for puddle and spillable examines (#25794) 2024-03-03 16:36:36 +11:00
PuddleSystem.Spillable.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
PuddleSystem.Transfers.cs Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
PuddleSystem.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
SmokeSystem.cs Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem (#30084) 2024-09-02 13:26:04 +02:00
SpraySystem.cs Added Firebots - Real (#32482) 2024-09-30 20:13:16 -07:00