Skip to content

Commit

Permalink
Zombies can very slowly regen heat and shock damage (#25925)
Browse files Browse the repository at this point in the history
Update ZombieComponent.cs
  • Loading branch information
shamp authored Mar 18, 2024
1 parent 2c6d8aa commit 3884c2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Content.Shared/Zombies/ZombieComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
};

Expand Down

0 comments on commit 3884c2d

Please sign in to comment.