Skip to content

Commit

Permalink
fix SpaceSec x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonkuk committed Aug 8, 2024
1 parent f466d4a commit fac18b8
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@
- id: BoxSurvivalMedical
- id: BodyBagFolded
# До добавления слота носков- id: ADTFootTag
- id: SpaceCash500

- type: entity
parent: ClothingBackpack
id: ClothingBackpackFilled
noSpawn: true
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: SpaceCash500
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@
- id: BoxSurvivalMedical
- id: BodyBagFolded
# До добавления слота носков- id: ADTFootTag
- id: SpaceCash500

- type: entity
noSpawn: true
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: SpaceCash500
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@
- id: BoxSurvivalMedical
- id: BodyBagFolded
# До добавления слота носков - id: ADTFootTag
- id: SpaceCash500

- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: SpaceCash500
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/StartingGear/SpaceSec/Cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id: ADTSpaceSecCadetIDCard
ears: ADTSpaceSecClothingHeadset
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
socks: ClothingUnderwearSocksNormal
# socks: ClothingUnderwearSocksNormal
neck: ADTSpaceSecToken
gloves: ClothingHandsGlovesColorBlack
outerClothing: ClothingOuterArmorBasic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id: ADTSpaceSecCommanderIDCard
ears: ADTSpaceSecClothingHeadsetFull
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
socks: ClothingUnderwearSocksNormal
# socks: ClothingUnderwearSocksNormal
neck: ADTSpaceSecToken
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterArmorBasic
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/StartingGear/SpaceSec/Officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id: ADTSpaceSecOfficerIDCard
ears: ADTSpaceSecClothingHeadset
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
socks: ClothingUnderwearSocksNormal
# socks: ClothingUnderwearSocksNormal
neck: ADTSpaceSecToken
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterArmorBulletproof
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/StartingGear/SpaceSec/Pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id: ADTSpaceSecPilotIDCard
ears: ADTSpaceSecClothingHeadsetFull
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
socks: ClothingUnderwearSocksNormal
# socks: ClothingUnderwearSocksNormal
neck: ADTSpaceSecToken
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterArmorBasic
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/StartingGear/SpaceSec/Service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
id: ADTSpaceSecServiceIDCard
ears: ADTSpaceSecClothingHeadset
# underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear
socks: ClothingUnderwearSocksNormal
# socks: ClothingUnderwearSocksNormal
neck: ADTSpaceSecToken
# underweart: ClothingUnderwearTopBraWhite # Sirena-Underwear
# underwearb: ClothingUnderwearBottomPantiesWhite # Sirena-Underwear

0 comments on commit fac18b8

Please sign in to comment.