Fixed potential duplicate engraved lighter steal objective (#27177)
* Fixed potential duplicate engraved lighter steal objective * Update Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml Co-authored-by: Tayrtahn <tayrtahn@gmail.com> * Implement pigeonpeas' suggestion * Also replaced the one if the vending machine, unsure if this vending machine is used or if vended items retain their fills, but figure can't hurt --------- Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -7345,7 +7345,7 @@ entities:
|
||||
- type: Transform
|
||||
pos: 18.47467,24.458666
|
||||
parent: 588
|
||||
- proto: ClothingOuterCoatDetective
|
||||
- proto: ClothingOuterCoatDetectiveLoadout
|
||||
entities:
|
||||
- uid: 574
|
||||
components:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
ClothingUniformJumpsuitDetective: 2
|
||||
ClothingUniformJumpskirtDetective: 2
|
||||
ClothingShoesColorBrown: 2
|
||||
ClothingOuterCoatDetective: 2
|
||||
ClothingOuterCoatDetectiveLoadout: 2
|
||||
ClothingHeadHatFedoraBrown: 2
|
||||
ClothingUniformJumpsuitDetectiveGrey: 2
|
||||
ClothingUniformJumpskirtDetectiveGrey: 2
|
||||
|
||||
@@ -31,6 +31,15 @@
|
||||
Piercing: 0.70
|
||||
Heat: 0.80
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterCoatDetective
|
||||
id: ClothingOuterCoatDetectiveLoadout
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SmokingPipeFilledTobacco
|
||||
- id: FlippoLighter #Not the steal objective, only difference from normal detective trenchcoat
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
id: ClothingOuterCoatGentle
|
||||
|
||||
@@ -109,4 +109,4 @@
|
||||
- type: startingGear
|
||||
id: DetectiveCoat
|
||||
equipment:
|
||||
outerClothing: ClothingOuterCoatDetective
|
||||
outerClothing: ClothingOuterCoatDetectiveLoadout
|
||||
Reference in New Issue
Block a user