]> git.smokeofanarchy.ru Git - space-station-14.git/commit
add support for per-id access on AccessReaderComponent (#13659)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Tue, 28 Feb 2023 16:03:55 +0000 (11:03 -0500)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 16:03:55 +0000 (08:03 -0800)
commit13d71f14e272ea3cd73965d5f2447d6ca6fc5203
tree4eb826e333074fde8ca7704a3b2001d1b9188b08
parent38e61e17093c1840385c5a96ccc3be5814b51fef
add support for per-id access on AccessReaderComponent (#13659)

* add support for per-id access on AccessReaderComponent

* comments!!!

* oh yeah we predicting baby

* foobar

* sloth review

* weh
12 files changed:
Content.IntegrationTests/Tests/Access/AccessReaderTest.cs
Content.Server/Access/Systems/IdCardConsoleSystem.cs
Content.Server/CrewManifest/CrewManifestSystem.cs
Content.Server/Mind/Commands/RenameCommand.cs
Content.Server/StationRecords/Components/StationRecordKeyStorageComponent.cs [deleted file]
Content.Server/StationRecords/Components/StationRecordsComponent.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Shared/Access/Components/AccessReaderComponent.cs
Content.Shared/Access/Systems/AccessReaderSystem.cs
Content.Shared/Emag/Systems/EmagSystem.cs
Content.Shared/StationRecords/StationRecordKeyStorageComponent.cs [new file with mode: 0644]
Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs [moved from Content.Server/StationRecords/Systems/StationRecordKeyStorageSystem.cs with 63% similarity]