Skip to content

Commit

Permalink
Fix cadet pda (space-wizards#32399)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 23, 2024
1 parent 20bb9ed commit 95104de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
speechVerb: Robotic

- type: entity
parent: BasePDA
id: BaseSecurityPDA
abstract: true
components:
- type: CartridgeLoader
uiKey: enum.PdaUiKey.Key
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down Expand Up @@ -184,7 +184,7 @@
- Medical Doctor

- type: entity
parent: BasePDA
parent: BaseSecurityPDA
id: SecurityCadetPDA
name: security cadet PDA
description: Why isn't it red?
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -847,7 +847,7 @@
- Cartridge

- type: entity
parent: [BaseSecurityPDA, BasePDA]
parent: BaseSecurityPDA
id: ERTLeaderPDA
name: ERT Leader PDA
suffix: Leader
Expand Down Expand Up @@ -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...
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 95104de

Please sign in to comment.