Zombies can very slowly regen heat and shock damage (#25925)
Update ZombieComponent.cs
This commit is contained in:
@@ -110,7 +110,9 @@ public sealed partial class ZombieComponent : Component, IAntagStatusIconCompone
|
|||||||
{
|
{
|
||||||
{ "Blunt", -0.4 },
|
{ "Blunt", -0.4 },
|
||||||
{ "Slash", -0.2 },
|
{ "Slash", -0.2 },
|
||||||
{ "Piercing", -0.2 }
|
{ "Piercing", -0.2 },
|
||||||
|
{ "Heat", -0.02 },
|
||||||
|
{ "Shock", -0.02 }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user