Merge remote-tracking branch 'upstream/stable' into ed-11-12-2024-upstream
# Conflicts: # Content.IntegrationTests/Tests/PostMapInitTest.cs # Content.Shared/Lock/LockSystem.cs # Resources/Maps/oasis.yml # Resources/Prototypes/Maps/Pools/default.yml # Resources/Prototypes/audio.yml
This commit is contained in:
@@ -27,8 +27,8 @@ public sealed partial class DrainComponent : Component
|
||||
public float Accumulator = 0f;
|
||||
|
||||
/// <summary>
|
||||
/// Does this drain automatically absorb surrouding puddles? Or is it a drain designed to empty
|
||||
/// solutions in it manually?
|
||||
/// If true, automatically transfers solutions from nearby puddles and drains them. True for floor drains;
|
||||
/// false for things like toilets and sinks.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool AutoDrain = true;
|
||||
|
||||
Reference in New Issue
Block a user