Skip to content

Commit

Permalink
в 10 меньше структурного. теперь укрепленное окно ломается не мгновенно
Browse files Browse the repository at this point in the history
Signed-off-by: JDtrimble <[email protected]>
  • Loading branch information
pxc1984 committed Jul 29, 2024
1 parent ff77634 commit 0d74569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Zombies/ZombieSystem.Transform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d74569

Please sign in to comment.