Zombies can very slowly regen heat and shock damage (#25925)

Update ZombieComponent.cs
This commit is contained in:
shamp
2024-03-19 00:47:39 +03:00
committed by GitHub
parent 2c6d8aaffe
commit 3884c2d2d2

View 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 }
}
};