From 95104de11772a6aba1b914b9b0b4743ef5f4641f Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:49:34 +0200 Subject: [PATCH] Fix cadet pda (#32399) --- .../Entities/Objects/Devices/pda.yml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 48e7a28deb..f8109ca3ee 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -115,11 +115,11 @@ speechVerb: Robotic - type: entity + parent: BasePDA id: BaseSecurityPDA abstract: true components: - type: CartridgeLoader - uiKey: enum.PdaUiKey.Key preinstalled: - CrewManifestCartridge - NotekeeperCartridge @@ -184,7 +184,7 @@ - Medical Doctor - type: entity - parent: BasePDA + parent: BaseSecurityPDA id: SecurityCadetPDA name: security cadet PDA description: Why isn't it red? @@ -445,7 +445,7 @@ state: pda-library - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: LawyerPDA name: lawyer PDA description: For lawyers to poach dubious clients. @@ -488,7 +488,7 @@ state: pda-janitor - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: CaptainPDA name: captain PDA description: Surprisingly no different from your PDA. @@ -663,7 +663,7 @@ state: pda-science - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: HoSPDA name: head of security PDA description: Whosoever bears this PDA is the law. @@ -678,7 +678,7 @@ state: pda-hos - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: WardenPDA name: warden PDA description: The OS appears to have been jailbroken. @@ -693,7 +693,7 @@ state: pda-warden - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: SecurityPDA name: security PDA description: Red to hide the stains of passenger blood. @@ -707,7 +707,7 @@ state: pda-security - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: CentcomPDA name: CentComm PDA description: Light green sign of walking bureaucracy. @@ -847,7 +847,7 @@ - Cartridge - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: ERTLeaderPDA name: ERT Leader PDA suffix: Leader @@ -995,7 +995,7 @@ state: pda-boxer - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: DetectivePDA name: detective PDA description: Smells like rain... pouring down the rooftops... @@ -1095,7 +1095,7 @@ state: pda-seniorphysician - type: entity - parent: [BaseSecurityPDA, BasePDA] + parent: BaseSecurityPDA id: SeniorOfficerPDA name: senior officer PDA description: Beaten, battered and broken, but just barely useable. -- 2.51.2