diff --git a/Content.Server/Stories/ProtectiveBubble/Components/ProtectiveBubbleComponent.cs b/Content.Server/Stories/ProtectiveBubble/Components/ProtectiveBubbleComponent.cs index d48b9a720a..07f0980eee 100644 --- a/Content.Server/Stories/ProtectiveBubble/Components/ProtectiveBubbleComponent.cs +++ b/Content.Server/Stories/ProtectiveBubble/Components/ProtectiveBubbleComponent.cs @@ -17,5 +17,5 @@ public sealed partial class ProtectiveBubbleComponent : Component public HashSet ProtectedEntities = new(); [DataField("temperatureCoefficient")] - public float TemperatureCoefficient = 0f; + public float TemperatureCoefficient = 1f; }