Skip to content

Commit

Permalink
fix: augment mod pistol types (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Feb 9, 2025
1 parent 4462bb6 commit d0deb29
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 155 deletions.
5 changes: 5 additions & 0 deletions config/itemTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,11 @@
"id": "Harlequin",
"name": "Dual Pistols"
},
{
"id": "Mods/.*PistolAugmentMod",
"regex": true,
"name": "Secondary Mod"
},
{
"id": "Pistol",
"name": "Pistol"
Expand Down
444 changes: 297 additions & 147 deletions data/json/All.json

Large diffs are not rendered by default.

Loading

0 comments on commit d0deb29

Please sign in to comment.