Skip to content

Commit

Permalink
fix: chances
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Sep 3, 2024
1 parent 64c4ec8 commit 86465b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/places/stone-quarry/gunsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ export class Gunsmith extends ShopNpc {
const looseEnchantment = [
{
item: true,
chance: 10,
chance: 3,
},
{
item: false,
chance: 90,
chance: 97,
},
]

0 comments on commit 86465b6

Please sign in to comment.