Commit 841297de5653c8f779c5d2e46f9916633c88e5ff
1 parent
792e52d4
Fixed blond and redhead bears naming for female dwarves
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -158,8 +158,8 @@ newBirthDescriptor |
158 | 158 | {name=_t"Redhead Mustache 3", file="face_mustache_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}}, |
159 | 159 | {name=_t"Redhead Mustache 4", file="face_mustache_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}}, |
160 | 160 | {name=_t"Dark Beard", file="beard_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, |
161 | - {name=_t"Blond Beard", file="beard_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, | |
162 | - {name=_t"Redhead Beard", file="face_beard_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, | |
161 | + {name=_t"Blond Beard", file="face_beard_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, | |
162 | + {name=_t"Redhead Beard", file="beard_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, | |
163 | 163 | {name=_t"Dark Donut", file="face_donut_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, |
164 | 164 | {name=_t"Blond Donut", file="face_donut_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, |
165 | 165 | {name=_t"Redhead Donut", file="face_donut_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}}, | ... | ... |
-
Please register or login to post a comment