Skip to content

Commit

Permalink
The Unjumining
Browse files Browse the repository at this point in the history
  • Loading branch information
BoskiYourk authored and BoskiYourk committed Nov 26, 2024
1 parent eacecab commit 59ddcab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
startingInventory:
ClothingUniformJumpsuitDetective: 2
ClothingUniformJumpskirtDetective: 2
ClothingUniformJumsuitDetectiveBlueHarmony: 2 # Harmony
ClothingUniformJumpsuitDetectiveBlueHarmony: 2 # Harmony
ClothingShoesColorBrown: 2
ClothingOuterCoatDetectiveLoadout: 1
ClothingOuterCoatDetectiveLoadoutGrey: 1
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@
- ClothingUniformJumpskirtCMOTurtle
- ClothingUniformJumpsuitDetective
- ClothingUniformJumpskirtDetective
- ClothingUniformJumsuitDetectiveBlueHarmony # Harmony
- ClothingUniformJumpsuitDetectiveBlueHarmony # Harmony
- ClothingUniformJumpsuitEngineering
- ClothingUniformJumpskirtEngineering
- ClothingUniformJumpsuitSeniorEngineer
Expand Down Expand Up @@ -1044,7 +1044,7 @@
- ClothingHeadHatWarden
- ClothingUniformJumpsuitWarden
- ClothingUniformJumpskirtWarden
- ClothingUniformJumsuitWardenBlueHarmony # Harmony
- ClothingUniformJumpsuitWardenBlueHarmony # Harmony
- ClothingHeadHatParamedicsoft
# Winter outfits
- ClothingOuterWinterCap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- type: entity
parent: [ClothingUniformBase, BaseRestrictedContraband]
id: ClothingUniformJumsuitWardenBlueHarmony
id: ClothingUniformJumpsuitWardenBlueHarmony
name: Warden's Blue Suit
description: A fashionable blue suit designed for the warden. Be careful though, it won't hide the bloodstains from the prisoners you've been abusing.
components:
Expand All @@ -33,7 +33,7 @@

- type: entity
parent: [ClothingUniformBase, BaseRestrictedContraband]
id: ClothingUniformJumsuitDetectiveBlueHarmony
id: ClothingUniformJumpsuitDetectiveBlueHarmony
name: Detective's Blue Suit
description: For when the time calls for you to find the clues, which happen to be blue.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- type: loadout
id: DetectiveBlueSuitHarmony
equipment:
jumpsuit: ClothingUniformJumsuitDetectiveBlueHarmony
jumpsuit: ClothingUniformJumpsuitDetectiveBlueHarmony

#OuterClothing
- type: loadout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- type: loadout
id: WardenBlueSuitHarmony
equipment:
jumpsuit: ClothingUniformJumsuitWardenBlueHarmony
jumpsuit: ClothingUniformJumpsuitWardenBlueHarmony
8 changes: 4 additions & 4 deletions Resources/Prototypes/_Harmony/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
## Detective
- type: latheRecipe
parent: BaseJumpsuitRecipe
id: ClothingUniformJumsuitDetectiveBlueHarmony
result: ClothingUniformJumsuitDetectiveBlueHarmony
id: ClothingUniformJumpsuitDetectiveBlueHarmony
result: ClothingUniformJumpsuitDetectiveBlueHarmony


## Warden
- type: latheRecipe
parent: BaseJumpsuitRecipe
id: ClothingUniformJumsuitWardenBlueHarmony
result: ClothingUniformJumsuitWardenBlueHarmony
id: ClothingUniformJumpsuitWardenBlueHarmony
result: ClothingUniformJumpsuitWardenBlueHarmony

0 comments on commit 59ddcab

Please sign in to comment.