Singularity Stability Tweaks (fixed) (#19135)

* Singulo drain

* PA levels

---------

Co-authored-by: liltenhead <liltenhead@gmail.com>
This commit is contained in:
crazybrain23
2023-08-14 22:01:56 +01:00
committed by GitHub
parent ee5974ece1
commit 024d2f3f98
2 changed files with 7 additions and 7 deletions

View File

@@ -130,9 +130,9 @@ public sealed class SingularitySystem : SharedSingularitySystem
singularity.Energy = value;
SetLevel(uid, value switch {
>= 1500 => 6,
>= 1000 => 5,
>= 600 => 4,
>= 2400 => 6,
>= 1600 => 5,
>= 900 => 4,
>= 300 => 3,
>= 200 => 2,
> 0 => 1,
@@ -312,8 +312,8 @@ public sealed class SingularitySystem : SharedSingularitySystem
{
6 => 20,
5 => 15,
4 => 10,
3 => 6,
4 => 12,
3 => 8,
2 => 2,
1 => 1,
_ => 0