Make wide attacks optional for now (#8924)
This commit is contained in:
@@ -124,6 +124,8 @@ namespace Content.Server.Weapon.Melee
|
||||
|
||||
private void OnWideAttack(EntityUid owner, MeleeWeaponComponent comp, WideAttackEvent args)
|
||||
{
|
||||
if (string.IsNullOrEmpty(comp.Arc)) return;
|
||||
|
||||
args.Handled = true;
|
||||
var curTime = _gameTiming.CurTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user