Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SecWatch to the justice department. #2085

Merged
merged 3 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 24 additions & 39 deletions Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,27 @@

- type: entity
parent: BasePDA
id: BaseJusticePDA
abstract: true
components:
- type: Pda
penSlot:
startingItem: LuxuryPen
priority: -1
whitelist:
tags:
- Write
- type: CartridgeLoader
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
- NewsReaderCartridge
- CrimeAssistCartridge
- SecWatchCartridge

- type: entity
parent: BaseJusticePDA
id: ChiefJusticePDA
name: chief justice PDA
description: Whosoever bears this PDA is the law.
Expand All @@ -59,26 +80,14 @@
- type: Pda
id: ChiefJusticeIDCard
state: pda-chiefjustice
penSlot:
startingItem: LuxuryPen
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#470823"
- type: Icon
sprite: DeltaV/Objects/Devices/pda.rsi
state: pda-chiefjustice
- type: CartridgeLoader
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
- NewsReaderCartridge
- CrimeAssistCartridge

- type: entity
parent: BasePDA
parent: BaseJusticePDA
id: ClerkPDA
name: clerk PDA
description: It has the stamp to prove it's been officially notarized!
Expand All @@ -98,26 +107,14 @@
- type: Pda
id: ClerkIDCard
state: pda-clerk
penSlot:
startingItem: LuxuryPen
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#611528"
- type: Icon
sprite: DeltaV/Objects/Devices/pda.rsi
state: pda-clerk
- type: CartridgeLoader
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
- NewsReaderCartridge
- CrimeAssistCartridge


- type: entity
parent: BasePDA
parent: BaseJusticePDA
id: ProsecutorPDA
name: prosecutor PDA
description: Sharp. Looks like it could prosecute you all on its own.
Expand All @@ -137,23 +134,11 @@
- type: Pda
id: ProsecutorIDCard
state: pda-prosecutor
penSlot:
startingItem: LuxuryPen
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#6f6192"
- type: Icon
sprite: DeltaV/Objects/Devices/pda.rsi
state: pda-prosecutor
- type: CartridgeLoader # DeltaV - Crime Assist
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
- NewsReaderCartridge
- CrimeAssistCartridge

- type: entity
parent: SyndiPDA
Expand Down
15 changes: 8 additions & 7 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,20 +479,21 @@
state: pda-library

- type: entity
parent: BaseSecurityPDA
parent: BaseJusticePDA # DeltaV - Added secwatch to justice. Was BaseSecurityPDA.
id: LawyerPDA
name: lawyer PDA
description: For lawyers to poach dubious clients.
components:
- type: Pda
id: LawyerIDCard
state: pda-lawyer
penSlot:
Radezolid marked this conversation as resolved.
Show resolved Hide resolved
startingItem: LuxuryPen
priority: -1
whitelist:
tags:
- Write
# DeltaV - Moved to BaseJusticePDA
# penSlot:
# startingItem: LuxuryPen
# priority: -1
# whitelist:
# tags:
# - Write
- type: PdaBorderColor
borderColor: "#6f6192"
- type: Icon
Expand Down
Loading