From: shamp <140359015+shampunj@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:47:39 +0000 (+0300) Subject: Zombies can very slowly regen heat and shock damage (#25925) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3884c2d2d2e8c907a33cbef28a55bda701cc4963;p=space-station-14.git Zombies can very slowly regen heat and shock damage (#25925) Update ZombieComponent.cs --- diff --git a/Content.Shared/Zombies/ZombieComponent.cs b/Content.Shared/Zombies/ZombieComponent.cs index 85e1599e48..be3fdbdd01 100644 --- a/Content.Shared/Zombies/ZombieComponent.cs +++ b/Content.Shared/Zombies/ZombieComponent.cs @@ -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 } } };