Wield recoil components (#26915)
* WieldRecoilComponents * WieldRecoilComponents * Update Content.Shared/Weapons/Ranged/Components/GunWieldBonusComponent.cs Co-authored-by: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> * Update Content.Shared/Weapons/Ranged/Components/GunWieldBonusComponent.cs --------- Co-authored-by: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -90,6 +90,8 @@ public sealed class WieldableSystem : EntitySystem
|
||||
{
|
||||
args.MinAngle += bonus.Comp.MinAngle;
|
||||
args.MaxAngle += bonus.Comp.MaxAngle;
|
||||
args.AngleDecay += bonus.Comp.AngleDecay;
|
||||
args.AngleIncrease += bonus.Comp.AngleIncrease;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user