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

Increased security PDAs' cartridge slots by 2 #1266

Merged
merged 1 commit into from
Jun 1, 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
map: [ "enum.PdaVisualLayers.IdLight" ]
shader: "unshaded"
visible: false
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down
24 changes: 16 additions & 8 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
accentVColor: "#A32D26"
- type: Icon
state: pda-interncadet
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down Expand Up @@ -431,7 +432,8 @@
borderColor: "#6f6192"
- type: Icon
state: pda-lawyer
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down Expand Up @@ -645,7 +647,8 @@
accentHColor: "#447987"
- type: Icon
state: pda-hos
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand All @@ -667,7 +670,8 @@
accentVColor: "#949137"
- type: Icon
state: pda-warden
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand All @@ -688,7 +692,8 @@
borderColor: "#A32D26"
- type: Icon
state: pda-security
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down Expand Up @@ -984,7 +989,8 @@
borderColor: "#774705"
- type: Icon
state: pda-detective
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand All @@ -1007,7 +1013,8 @@
accentVColor: "#d7d7d0"
- type: Icon
state: pda-brigmedic
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down Expand Up @@ -1099,7 +1106,8 @@
accentVColor: "#DFDFDF"
- type: Icon
state: pda-seniorofficer
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
accentVColor: "#DFDFDF"
- type: Icon
state: pda-security
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch
- type: CartridgeLoader # DeltaV - Crime Assist + SecWatch, increased diskSpace by 2 to fit them
diskSpace: 7
preinstalled:
- CrewManifestCartridge
- NotekeeperCartridge
Expand Down
Loading