]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Zombies can very slowly regen heat and shock damage (#25925)
authorshamp <140359015+shampunj@users.noreply.github.com>
Mon, 18 Mar 2024 21:47:39 +0000 (00:47 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 21:47:39 +0000 (15:47 -0600)
Update ZombieComponent.cs

Content.Shared/Zombies/ZombieComponent.cs

index 85e1599e48af93ffb0906a84cc5ca7eacb85be80..be3fdbdd01a569328e41ee9d2f928569749c4f75 100644 (file)
@@ -110,7 +110,9 @@ public sealed partial class ZombieComponent : Component, IAntagStatusIconCompone
         {
             { "Blunt", -0.4 },
             { "Slash", -0.2 },
-            { "Piercing", -0.2 }
+            { "Piercing", -0.2 },
+            { "Heat", -0.02 },
+            { "Shock", -0.02 }
         }
     };