Skip to content

Commit

Permalink
fix: Loaned Weapons being marked as a Rifle instead of Misc (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein authored Jan 12, 2025
1 parent 569612b commit 9655885
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/itemTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,10 @@
"regex": true,
"name": "Railjack Turret"
},
{
"id": "/Quest",
"name": "Misc"
},
{
"id": "Weapon",
"regex": true,
Expand All @@ -1039,4 +1043,4 @@
"id": "Tenno/Grimoire",
"name": "Tome"
}
]
]

0 comments on commit 9655885

Please sign in to comment.