]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Code cleanup: radio jammer (#29052)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 19 Jun 2024 15:13:40 +0000 (11:13 -0400)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 15:13:40 +0000 (01:13 +1000)
commite33f0341ada2d8bd6ed4195ac3f0578b23e4ba8c
treeae3123337252311e4871c8af9131e21e7425149a
parent024521b66bad06af8d8e2626fc02a5cb892ac216
Code cleanup: radio jammer (#29052)

* Code cleanup for radio jammer

* More Entity<T> for the people, and fix an accidental variable reuse
Content.Client/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs [new file with mode: 0644]
Content.Server/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs
Content.Server/Radio/Components/ActiveRadioJammerComponent.cs [deleted file]
Content.Server/Radio/EntitySystems/JammerSystem.cs
Content.Shared/DeviceNetwork/Components/DeviceNetworkJammerComponent.cs
Content.Shared/DeviceNetwork/Systems/SharedDeviceNetworkJammerSystem.cs [new file with mode: 0644]
Content.Shared/Radio/Components/ActiveRadioJammerComponent.cs [new file with mode: 0644]
Content.Shared/Radio/Components/RadioJammerComponent.cs [moved from Content.Shared/Radio/Components/SharedRadioJammerComponent.cs with 91% similarity]
Content.Shared/Radio/EntitySystems/SharedJammerSystem.cs