Skip to content

Commit

Permalink
Remove the second hat_cotton replacing hat_hunting for wool alergical…
Browse files Browse the repository at this point in the history
… characters (#53261)
  • Loading branch information
nabebin authored Dec 9, 2021
1 parent a8b07e8 commit 6de928c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
"trait": "WOOLALLERGY",
"sub": [
{ "item": "blazer", "new": [ "jacket_leather_red" ] },
{ "item": "hat_hunting", "new": [ { "item": "hat_cotton", "ratio": 2 } ] },
{ "item": "hat_newsboy", "new": [ { "item": "hat_cotton", "ratio": 2 } ] },
{ "item": "hat_hunting", "new": [ "hat_cotton" ] },
{ "item": "hat_newsboy", "new": [ "hat_cotton" ] },
{ "item": "peacoat", "new": [ "jacket_flannel" ] },
{ "item": "sweater", "new": [ "sweatshirt" ] },
{ "item": "boots_winter", "new": [ "boots_fur" ] },
Expand Down

0 comments on commit 6de928c

Please sign in to comment.