Skip to content

Commit

Permalink
fix: add ItemType regex for melee items that are just skins (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein authored Feb 24, 2024
1 parent 8ce1f39 commit c4b4ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/itemTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
}, {
"id": "/Skins",
"name": "Skin"
}, {
"id": "Skin$",
"regex": true,
"name": "Skins"
}, {
"id": "/Mods/Archwing",
"name": "Archwing Mod"
Expand Down

0 comments on commit c4b4ea4

Please sign in to comment.