diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 0a4cd689cea..d8a8d626f7b 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -186,7 +186,7 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) { { "Slash", 15 }, { "Piercing", 15 }, - { "Structural", 150 } // Sunrise-Edit + { "Structural", 15 } // Sunrise-Edit } }; melee.Damage = dspec;