From 6f8a7fbe71ea6422b19a59db0eb8aac45eaf2b33 Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Sun, 28 May 2023 13:06:36 -0700 Subject: [PATCH] Drain 5 to 6 (#16896) --- Content.Server/Singularity/EntitySystems/SingularitySystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs index 833080d044..2b6ae31c6c 100644 --- a/Content.Server/Singularity/EntitySystems/SingularitySystem.cs +++ b/Content.Server/Singularity/EntitySystems/SingularitySystem.cs @@ -313,7 +313,7 @@ public sealed class SingularitySystem : SharedSingularitySystem 6 => 20, 5 => 15, 4 => 10, - 3 => 5, + 3 => 6, 2 => 2, 1 => 1, _ => 0