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:
Ghagliiarghii
2024-04-20 17:32:24 -04:00
committed by GitHub
parent 1fb7393a1b
commit 380ace4ef0
4 changed files with 12 additions and 3 deletions

View File

@@ -7345,7 +7345,7 @@ entities:
- type: Transform
pos: 18.47467,24.458666
parent: 588
- proto: ClothingOuterCoatDetective
- proto: ClothingOuterCoatDetectiveLoadout
entities:
- uid: 574
components:

View File

@@ -4,7 +4,7 @@
ClothingUniformJumpsuitDetective: 2
ClothingUniformJumpskirtDetective: 2
ClothingShoesColorBrown: 2
ClothingOuterCoatDetective: 2
ClothingOuterCoatDetectiveLoadout: 2
ClothingHeadHatFedoraBrown: 2
ClothingUniformJumpsuitDetectiveGrey: 2
ClothingUniformJumpskirtDetectiveGrey: 2

View File

@@ -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

View File

@@ -109,4 +109,4 @@
- type: startingGear
id: DetectiveCoat
equipment:
outerClothing: ClothingOuterCoatDetective
outerClothing: ClothingOuterCoatDetectiveLoadout