Skip to content

Commit

Permalink
Fix hair mutation names (#74134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwuewsky authored May 27, 2024
1 parent 459ec63 commit d12ebbc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/mutations/appearance_hair_styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,55 +1136,55 @@
},
{
"id": "blond",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: blond, long punk" },
"description": "You are rockin' with these long blond locks.",
"weight": 1
},
{
"id": "blue",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: blue, long punk" },
"description": "You are rockin' with these long blue locks.",
"weight": 1
},
{
"id": "brown",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: brown, long punk" },
"description": "You are rockin' with these long brown locks.",
"weight": 1
},
{
"id": "gray",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: gray, long punk" },
"description": "You are rockin' with these long gray locks.",
"weight": 1
},
{
"id": "green",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: green, long punk" },
"description": "You are rockin' with these long green locks.",
"weight": 1
},
{
"id": "pink",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: pink, long punk" },
"description": "You are rockin' with these long pink locks.",
"weight": 1
},
{
"id": "purple",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: purple, long punk" },
"description": "You are rockin' with these long purple locks.",
"weight": 1
},
{
"id": "red",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: red, long punk" },
"description": "You are rockin' with these long red locks.",
"weight": 1
},
{
"id": "white",
"name": { "str": "Hair: black, long punk" },
"name": { "str": "Hair: white, long punk" },
"description": "You are rockin' with these long white locks.",
"weight": 1
}
Expand Down Expand Up @@ -1247,7 +1247,7 @@
},
{
"id": "purple",
"name": { "str": "Hair: black, curls" },
"name": { "str": "Hair: purple, curls" },
"description": "Your face is framed by cute purple curls.",
"weight": 1
},
Expand Down

0 comments on commit d12ebbc

Please sign in to comment.