Skip to content

Commit

Permalink
fix: fix maid and hobo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remuchi committed Sep 9, 2024
1 parent 83b0982 commit f8d5efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/_White/Roles/Jobs/Civilian/hobo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
min: 65
max: 110
- !type:CharacterSexRequirement
requiredSex:
sex:
- Male
- !type:GenderRequirement
requiredGender:
gender:
- Male
weight: 20
icon: "JobIconHobo"
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_White/Roles/Jobs/Command/maid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
- Felinid
- Harpy
- !type:CharacterSexRequirement
requiredSex:
sex:
- Female
- !type:GenderRequirement
requiredGender:
gender:
- Female
weight: 20
icon: "JobIconMaid"
Expand Down

0 comments on commit f8d5efa

Please sign in to comment.