From 34f5cb74404d8ac5fea3f0c463cb8ce207c66d58 Mon Sep 17 00:00:00 2001 From: EnDecc <33369477+Endecc@users.noreply.github.com> Date: Tue, 11 Apr 2023 07:21:30 -0400 Subject: [PATCH] Drain buffs (#15300) --- Content.Shared/Fluids/Components/DrainComponent.cs | 2 +- .../Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Fluids/Components/DrainComponent.cs b/Content.Shared/Fluids/Components/DrainComponent.cs index e4879620fc..b456a87fad 100644 --- a/Content.Shared/Fluids/Components/DrainComponent.cs +++ b/Content.Shared/Fluids/Components/DrainComponent.cs @@ -22,7 +22,7 @@ public sealed class DrainComponent : Component /// How many units are ejected from the buffer per second. /// [DataField("unitsDestroyedPerSecond")] - public float UnitsDestroyedPerSecond = 1f; + public float UnitsDestroyedPerSecond = 3f; /// /// How many (unobstructed) tiles away the drain will diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 9db467e3ce..a26852684f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -327,7 +327,7 @@ - type: SolutionContainerManager solutions: drainBuffer: - maxVol: 500 + maxVol: 1000 - type: DrainableSolution solution: drainBuffer - type: Damageable