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

standarize sec hardsuit storage #2148

Merged
merged 1 commit into from
Nov 8, 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
3 changes: 3 additions & 0 deletions Resources/Migrations/deltaMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ BoxMagazinePistolSubMachineGunRubber: MagazineBoxPistolRubber

# 2024-09-21
VendingMachineAutomatrobe: null

# 2024-11-08
SuitStorageSec: SuitStorageSecDeltaV
12 changes: 4 additions & 8 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,13 @@
id: SuitStorageSec
parent: SuitStorageBase
suffix: Security
categories: [ HideSpawnMenu ] # DeltaV
components:
- type: StorageFill
contents:
- id: OxygenTankFilled
amount: 2 #DeltaV - Double the tanks
- id: ClothingOuterHardsuitCombatOfficer # DeltaV - ClothingOuterHardsuitSecurity replaced in favour of security combat hardsuit.
amount: 2 #DeltaV - Double the suits
- id: ClothingMaskBreath
amount: 2 #Delta-V Double the masks
- id: ClothingShoesBootsSecurityMagboots # DeltaV - Added security magboots.
amount: 2
- id: OxygenTankFilled
- id: ClothingOuterHardsuitSecurity
- id: ClothingMaskBreath
- type: AccessReader
access: [["Security"]]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: entity
id: SuitStorageSecDeltaV
parent: SuitStorageSec
suffix: Security, DeltaV
deltanedas marked this conversation as resolved.
Show resolved Hide resolved
components:
- type: StorageFill
contents:
- id: OxygenTankFilled
amount: 2
- id: ClothingOuterHardsuitCombatOfficer
amount: 2
- id: ClothingMaskGasSecurity
amount: 2
- id: ClothingShoesBootsSecurityMagboots
amount: 2
- id: JetpackSecurity
amount: 2
Loading