]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Update (MOST) instances of `EntityUid, Component` in GunSystem to `Entity<T>` (#41966)
authormq <113324899+mqole@users.noreply.github.com>
Thu, 1 Jan 2026 19:00:49 +0000 (06:00 +1100)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 19:00:49 +0000 (19:00 +0000)
commit4920c9e9079fd0cf45db4258b3c29943efdf3123
treeabe30164a1df0a5bec1bd8ece9e627169e8ec525
parent445d1b673ba7212eeec6d0d9f2d453842fd98735
Update (MOST) instances of `EntityUid, Component` in GunSystem to `Entity<T>` (#41966)

* Entity<T>, skipping Magazine and ChamberMagazine

* missed some

* AUGH!!

* ballistic examine

* dotnet hates me

* WHY ARE YOU CALLED THAT!!!!

* cheers aada
58 files changed:
Content.Client/CombatMode/CombatModeIndicatorsOverlay.cs
Content.Client/Weapons/Ranged/Components/MagazineVisualsComponent.cs
Content.Client/Weapons/Ranged/Components/SpentAmmoVisualsComponent.cs
Content.Client/Weapons/Ranged/GunSpreadOverlay.cs
Content.Client/Weapons/Ranged/ItemStatus/BulletRender.cs
Content.Client/Weapons/Ranged/Systems/FlyBySoundSystem.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.AmmoCounter.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.BasicEntity.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.ChamberMagazine.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.Magazine.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.MagazineVisuals.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.Revolver.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.SpentAmmo.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/DeviceLinking/Systems/GunSignalControlSystem.cs
Content.Server/NPC/HTN/Preconditions/GunAmmoPrecondition.cs
Content.Server/NPC/Systems/NPCCombatSystem.Ranged.cs
Content.Server/Singularity/EntitySystems/EmitterSystem.cs
Content.Server/Turrets/DeployableTurretSystem.cs
Content.Server/Weapons/DamageMarkerSystem.cs
Content.Server/Weapons/Ranged/Components/AmmoCounterComponent.cs
Content.Server/Weapons/Ranged/Components/ChemicalAmmoComponent.cs
Content.Server/Weapons/Ranged/Components/RangedDamageSoundComponent.cs
Content.Server/Weapons/Ranged/Systems/ChemicalAmmoSystem.cs
Content.Server/Weapons/Ranged/Systems/FlyBySoundSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.AutoFire.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Ballistic.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Magic/SharedMagicSystem.cs
Content.Shared/Weapons/Ranged/Components/ChamberMagazineAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Content.Shared/Weapons/Ranged/Components/GunSpreadModifierComponent.cs
Content.Shared/Weapons/Ranged/Components/MagazineAmmoProviderComponent.cs
Content.Shared/Weapons/Ranged/Events/RequestStopShootEvent.cs
Content.Shared/Weapons/Ranged/Systems/ActionGunSystem.cs
Content.Shared/Weapons/Ranged/Systems/BatteryWeaponFireModesSystem.cs
Content.Shared/Weapons/Ranged/Systems/GunSpreadModifierSystem.cs
Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedFlyBySoundSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.AutoFire.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.ChamberMagazine.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Clothing.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Container.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Interactions.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Magazine.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Revolver.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Solution.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Weapons/Ranged/Systems/UseDelayOnShootSystem.cs