]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move some admin components to shared (#41677)
authorPok <113675512+Pok27@users.noreply.github.com>
Tue, 2 Dec 2025 19:39:21 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 19:39:21 +0000 (19:39 +0000)
commitae55204f9f245c774bcc0b8581dffbe5c2ad32ac
tree7376892440f457c9e67c00cca91524dc342d395e
parent522d90e2cb2859351380a0cbfd15bc0522c9b061
Move some admin components to shared (#41677)

* AdminSystem-move-to-shared

* review
19 files changed:
Content.Client/Administration/Components/KillSignComponent.cs [deleted file]
Content.Client/Administration/Systems/BufferingSystem.cs [new file with mode: 0644]
Content.Client/Administration/Systems/KillSignSystem.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.Server/Administration/Components/AdminMinigunComponent.cs [deleted file]
Content.Server/Administration/Components/KillSignComponent.cs [deleted file]
Content.Server/Administration/Components/SuperBonkComponent.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Administration/Systems/BufferingSystem.cs
Content.Shared/Administration/Components/AdminMinigunComponent.cs [new file with mode: 0644]
Content.Shared/Administration/Components/BufferingComponent.cs [moved from Content.Server/Administration/Components/BufferingComponent.cs with 67% similarity]
Content.Shared/Administration/Components/DisarmProneComponent.cs
Content.Shared/Administration/Components/HeadstandComponent.cs [moved from Content.Shared/Administration/Components/SharedHeadstandComponent.cs with 100% similarity]
Content.Shared/Administration/Components/KillSignComponent.cs [new file with mode: 0644]
Content.Shared/Administration/Components/SharedKillSignComponent.cs [deleted file]
Content.Shared/Administration/Components/StationInfiniteBatteryTargetComponent.cs [moved from Content.Server/Administration/Components/StationInfiniteBatteryTargetComponent.cs with 55% similarity]
Content.Shared/Administration/Systems/AdminGunSystem.cs [moved from Content.Server/Administration/Systems/AdminGunSystem.cs with 80% similarity]
Content.Shared/Administration/Systems/SharedBufferingSystem.cs [new file with mode: 0644]