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

Secure Security Headset #458

Merged
merged 1 commit into from
Oct 22, 2023
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
7 changes: 0 additions & 7 deletions Resources/Maps/Dungeon/lava_brig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8419,13 +8419,6 @@ entities:
- pos: 30.5,24.5
parent: 588
type: Transform
- proto: EncryptionKeySecurity
entities:
- uid: 376
components:
- pos: 3.5739155,0.63120204
parent: 588
type: Transform
- proto: ExtinguisherCabinetFilled
entities:
- uid: 867
Expand Down
7 changes: 0 additions & 7 deletions Resources/Maps/Shuttles/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,13 +1190,6 @@ entities:
- pos: -4.4936705,5.6566277
parent: 1
type: Transform
- proto: BoxEncryptionKeySecurity
entities:
- uid: 981
components:
- pos: -4.3061705,5.4847527
parent: 1
type: Transform
- proto: BoxTrashbag
entities:
- uid: 853
Expand Down
6 changes: 2 additions & 4 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@
- id: ClothingOuterHardsuitSecurityRed
- id: ClothingMaskGasSwat
- id: ClothingBeltSecurityFilled
# - id: ClothingHeadsetAltSecurity
- id: ClothingHeadsetAltCommand
- id: ClothingHeadsetAltSecurity
- id: ClothingEyesGlassesSecurity
- id: ClothingShoesBootsJack
- id: CigarGoldCase
Expand Down Expand Up @@ -345,8 +344,7 @@
- id: ClothingUniformJumpskirtHoSAlt
- id: ClothingUniformJumpsuitHoSAlt
- id: ClothingBeltSecurityFilled
# - id: ClothingHeadsetAltSecurity
- id: ClothingHeadsetAltCommand
- id: ClothingHeadsetAltSecurity
- id: ClothingEyesGlassesSecurity
- id: ClothingShoesBootsJack
- id: CigarGoldCase
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- id: ClothingBeltSecurityFilled
- id: Flash
- id: ClothingEyesGlassesSecurity
- id: ClothingHeadsetSecurity
- id: ClothingHeadsetSecuritySafe # Ask SR or Sheriff for keys
- id: ClothingHandsGlovesColorBlack
- id: ClothingShoesBootsJack
- id: WeaponMeleeNeedle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
ClothingHeadHatFedoraGrey: 2
ClothingHandsGlovesColorBlack: 2
ClothingHandsGlovesLatex: 2
ClothingHeadsetSecurity: 2
ClothingHeadsetSecuritySafe: 2 # Ask SR or Sheriff for keys
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ClothingUniformJumpsuitSecGrey: 3
ClothingUniformJumpskirtSecGrey: 3
ClothingUniformJumpsuitSecBlue: 3
ClothingHeadsetSecurity: 3
ClothingHeadsetSecuritySafe: 3 # Ask SR or Sheriff for keys
ClothingOuterWinterSec: 2
ClothingOuterArmorBasic: 2
ClothingOuterArmorBasicSlim: 2
Expand Down
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@
- type: ContainerFill
containers:
key_slots:
- EncryptionKeySecurity
- EncryptionKeyCommand
- EncryptionKeyCommon
# - EncryptionKeySecurity
# - EncryptionKeyCommand
# - EncryptionKeyCommon
- EncryptionKeyStationMaster
- type: Sprite
sprite: Clothing/Ears/Headsets/security.rsi
- type: Clothing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
head: ClothingHeadHatBeretHoS
id: HoSPDA
gloves: ClothingHandsGlovesCombat
ears: ClothingHeadsetAltCommand
ears: ClothingHeadsetAltSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal
innerClothingSkirt: ClothingUniformJumpskirtHoS
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Ears/headsets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
parent: ClothingHeadsetSecurity
id: ClothingHeadsetSecuritySafe # Ask SR or Sheriff for keys
suffix: Safe
components:
- type: ContainerFill
containers:
key_slots:
- EncryptionKeyCommon
Loading