From 081b09b0a4aaaafd228dad1a14b16e43127641e8 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Wed, 19 Apr 2023 06:03:07 -0400 Subject: [PATCH] Reduce power of anomaly vessel upgrades (#15520) --- Content.Server/Anomaly/Components/AnomalyVesselComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs b/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs index 92d3f76062..5eaa9b714a 100644 --- a/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs +++ b/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs @@ -39,7 +39,7 @@ public sealed class AnomalyVesselComponent : Component /// with the corresponding part rating. /// [DataField("partRatingPointModifier")] - public float PartRatingPointModifier = 1.5f; + public float PartRatingPointModifier = 1.25f; /// /// The maximum time between each beep -- 2.51.2