]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Gun auto state handlers (#15186)
authorKara <lunarautomaton6@gmail.com>
Fri, 14 Apr 2023 01:08:56 +0000 (20:08 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 01:08:56 +0000 (18:08 -0700)
commit47262a69988197d0cc7dc0666a3482a97e2620c9
treee76fd817e00c615ff2ef3136cd562c39fcd6118d
parentccf81a6be9481c95c6bffe7481c1e9a7394746ed
Gun auto state handlers (#15186)

* battery auto state

* basic entity autostate

* ballistic autostate

* flyby

* cartridge ammo

* gun

* Revert "battery auto state"

This reverts commit 35b7d62f303fddb0edd9eb7a922e3c26b7a5f7fb.

* silly
Content.Shared/Weapons/Ranged/Components/AmmoComponent.cs
Content.Shared/Weapons/Ranged/Components/BallisticAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Components/BasicEntityAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Components/FlyBySoundComponent.cs
Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Content.Shared/Weapons/Ranged/Systems/SharedFlyBySoundSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.BasicEntity.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Cartridges.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs