Remove Multitools From Salvagers (#17244)

This commit is contained in:
Nairod
2023-06-09 21:58:09 -05:00
committed by GitHub
parent e916557e54
commit 47676525d7
4 changed files with 16 additions and 3 deletions

View File

@@ -3,6 +3,19 @@
parent: ClothingBeltUtility parent: ClothingBeltUtility
suffix: Filled suffix: Filled
components: components:
- type: StorageFill
contents:
- id: Crowbar
- id: Wrench
- id: Screwdriver
- id: Wirecutter
- id: Welder
- type: entity
id: ClothingBeltUtilityEngineering
parent: ClothingBeltUtility
suffix: Engineering
components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: Crowbar - id: Crowbar

View File

@@ -25,7 +25,7 @@
shoes: ClothingShoesColorWhite shoes: ClothingShoesColorWhite
eyes: ClothingEyesGlassesMeson eyes: ClothingEyesGlassesMeson
id: AtmosPDA id: AtmosPDA
belt: ClothingBeltUtilityFilled belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetEngineering ears: ClothingHeadsetEngineering
innerclothingskirt: ClothingUniformJumpskirtAtmos innerclothingskirt: ClothingUniformJumpskirtAtmos
satchel: ClothingBackpackSatchelEngineeringFilled satchel: ClothingBackpackSatchelEngineeringFilled

View File

@@ -27,7 +27,7 @@
outerClothing: ClothingOuterVestHazard outerClothing: ClothingOuterVestHazard
id: EngineerPDA id: EngineerPDA
eyes: ClothingEyesGlassesMeson eyes: ClothingEyesGlassesMeson
belt: ClothingBeltUtilityFilled belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetEngineering ears: ClothingHeadsetEngineering
innerclothingskirt: ClothingUniformJumpskirtEngineering innerclothingskirt: ClothingUniformJumpskirtEngineering
satchel: ClothingBackpackSatchelEngineeringFilled satchel: ClothingBackpackSatchelEngineeringFilled

View File

@@ -25,7 +25,7 @@
back: ClothingBackpackEngineeringFilled back: ClothingBackpackEngineeringFilled
shoes: ClothingShoesBootsWork shoes: ClothingShoesBootsWork
id: TechnicalAssistantPDA id: TechnicalAssistantPDA
belt: ClothingBeltUtilityFilled belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetEngineering ears: ClothingHeadsetEngineering
innerclothingskirt: ClothingUniformJumpskirtColorYellow innerclothingskirt: ClothingUniformJumpskirtColorYellow
satchel: ClothingBackpackSatchelEngineeringFilled satchel: ClothingBackpackSatchelEngineeringFilled