From 170352ab5e8a7763e883e469b2ec2f2ae0dfd583 Mon Sep 17 00:00:00 2001 From: pheenty Date: Sat, 5 Oct 2024 03:00:04 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE-=D1=85=D0=BE=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B5=D0=BC=D1=83=20=D0=BD=D0=B0=D0=B4=D0=BE=20=D0=B2=D1=81?= =?UTF-8?q?=D1=91=20=D1=87=D0=B8=D1=81=D1=82=D0=B8=D1=82=D1=8C,=20=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=B8=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=BE=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProtectiveBubble/Components/ProtectiveBubbleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }