diff --git a/Content.Server/Backmen/EvilTwin/EvilTwinSystem.cs b/Content.Server/Backmen/EvilTwin/EvilTwinSystem.cs index ad0f3fb7acd..008eeb76952 100644 --- a/Content.Server/Backmen/EvilTwin/EvilTwinSystem.cs +++ b/Content.Server/Backmen/EvilTwin/EvilTwinSystem.cs @@ -7,7 +7,6 @@ using Content.Server.Backmen.Economy; using Content.Server.Backmen.Fugitive; using Content.Server.CartridgeLoader.Cartridges; -using Content.Server.DetailExaminable; using Content.Server.Forensics; using Content.Server.GameTicking; using Content.Server.Humanoid; @@ -40,6 +39,7 @@ using Content.Shared.CartridgeLoader; using Content.Shared.CCVar; using Content.Shared.Clothing; +using Content.Shared.DetailExaminable; using Content.Shared.Forensics.Components; using Content.Shared.GameTicking; using Content.Shared.Inventory; diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Corvax/Entities/Objects/Devices/pda.yml index 9089b412e66..a5fd78ea2f0 100644 --- a/Resources/Prototypes/Corvax/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Corvax/Entities/Objects/Devices/pda.yml @@ -11,11 +11,6 @@ pda-lawyer - type: Pda id: IAAIDCard - - type: Appearance - appearanceDataInit: - enum.PdaVisuals.PdaType: - !type:String - pda-lawyer - type: PdaBorderColor borderColor: "#6f6192" - type: Icon @@ -34,11 +29,6 @@ pda-seniorofficer - type: Pda id: PilotIDCard - - type: Appearance - appearanceDataInit: - enum.PdaVisuals.PdaType: - !type:String - pda-seniorofficer - type: PdaBorderColor borderColor: "#A32D26" accentVColor: "#DFDFDF" diff --git a/Resources/Prototypes/Guidebook/security.yml b/Resources/Prototypes/Guidebook/security.yml index 1d1b313dd97..89b2804e155 100644 --- a/Resources/Prototypes/Guidebook/security.yml +++ b/Resources/Prototypes/Guidebook/security.yml @@ -22,15 +22,3 @@ id: CriminalRecords name: guide-entry-criminal-records text: "/ServerInfo/Guidebook/Security/CriminalRecords.xml" - -- type: guideEntry - id: SpaceLaw - name: guide-entry-rules-space-law - text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SpaceLaw.xml" - children: - - SpaceLawCrimeList - -- type: guideEntry - id: SpaceLawCrimeList - name: guide-entry-rules-sl-crime-list - text: "/ServerInfo/Guidebook/ServerRules/SpaceLaw/SLCrimeList.xml" diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json index 25cafdaa038..628d20e0056 100644 --- a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json @@ -205,9 +205,6 @@ }, { "name": "shellslug" - }, - { - "name": "id" } ] }