Delta-v/Content.Shared/Fluids/Components
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
..
DrainComponent.cs Fix sinks and toilets not draining (#33691) 2024-12-07 22:01:08 +00:00
EvaporationComponent.cs Add prediction for puddle and spillable examines (#25794) 2024-03-07 01:19:36 +01:00
PuddleComponent.cs Add prediction for puddle and spillable examines (#25794) 2024-03-07 01:19:36 +01:00
SpillWhenWornComponent.cs Replace BlockSolutionAccessComponent with an attempt event (#26988) 2024-07-25 00:39:35 +02:00
SpillableComponent.cs Replace BlockSolutionAccessComponent with an attempt event (#26988) 2024-07-25 00:39:35 +02:00
SpraySafetyComponent.cs fire extinguisher using item toggle (#29906) 2024-08-09 17:45:39 +01:00