Skip to content

Commit

Permalink
fix: fixed hobo and maids loadouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Remuchi committed Sep 9, 2024
1 parent f8d5efa commit b94d092
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 54 deletions.
35 changes: 4 additions & 31 deletions Resources/Prototypes/_White/Loadouts/Jobs/command.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
# Maid
- type: loadout
id: LoadoutUniformJumpskirtMaid
category: Jobs
cost: 2
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Maid
items:
- ClothingUniformJumpskirtMaid

- type: loadout
id: LoadoutUniformJumpskirtMaidMini
category: Jobs
category: JobsAUncategorized
cost: 2
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Maid
Expand All @@ -31,13 +13,10 @@

- type: loadout
id: LoadoutShoesMaid
category: Jobs
category: JobsAUncategorized
cost: 2
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Maid
Expand All @@ -46,13 +25,10 @@

- type: loadout
id: LoadoutEyesGlassesMaid
category: Jobs
category: JobsAUncategorized
cost: 3
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Maid
Expand All @@ -61,13 +37,10 @@

- type: loadout
id: LoadoutHeadHatMobCap
category: Jobs
category: JobsAUncategorized
cost: 1
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Maid
Expand Down
29 changes: 7 additions & 22 deletions Resources/Prototypes/_White/Loadouts/Jobs/service.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# Hobo
- type: loadout
id: LoadoutUniformJumpsuitWhiteHobo
category: Jobs
cost: 2
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterJobRequirement
jobs:
- Hobo
items:
- ClothingUniformJumpsuitWhiteHobo

- type: loadout
id: LoadoutOverCoatHobo
category: Jobs
cost: 4
category: JobsAUncategorized
cost: 3
exclusive: true
requirements:
- !type:CharacterSpeciesRequirement
Expand All @@ -31,7 +16,7 @@

- type: loadout
id: LoadoutHeadHatHoboCap
category: Jobs
category: JobsAUncategorized
cost: 3
exclusive: true
requirements:
Expand All @@ -46,7 +31,7 @@

- type: loadout
id: LoadoutHeadHatHoboHat
category: Jobs
category: JobsAUncategorized
cost: 3
exclusive: true
requirements:
Expand All @@ -58,10 +43,10 @@
- Hobo
items:
- ClothingHeadHatHoboHat

- type: loadout
id: LoadoutHeadHatWatermelon
category: Jobs
category: JobsAUncategorized
cost: 3
exclusive: true
requirements:
Expand All @@ -72,4 +57,4 @@
jobs:
- Hobo
items:
- ClothingHeadHatWatermelon
- ClothingHeadHatWatermelon
1 change: 0 additions & 1 deletion Resources/Prototypes/_White/Roles/Jobs/Civilian/hobo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
id: HoboGear
equipment:
jumpsuit: ClothingUniformJumpsuitWhiteHobo
outerClothing: ClothingOuterOverCoatHobo
id: HoboPDA

0 comments on commit b94d092

Please sign in to comment.