Fix esword

This commit is contained in:
metalgearsloth
2022-01-25 01:01:21 +11:00
parent 80fa0aa9ad
commit 0cc28d4b6b

View File

@@ -35,9 +35,6 @@ namespace Content.Server.Weapon.Melee.EnergySword
{
if (!comp.Activated) return;
if (args.Handled) return;
args.Handled = true;
// Overrides basic blunt damage with burn+slash as set in yaml
args.BonusDamage = comp.LitDamageBonus;
args.HitSoundOverride = comp.HitSound;