Skip to content

Commit

Permalink
increase barrett spawn ammo count
Browse files Browse the repository at this point in the history
  • Loading branch information
Katloo24 authored Jul 31, 2024
1 parent cc908d6 commit 22e3df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/definitions/guns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export const Guns = ObjectDefinitions.create<GunDefinition>()(
idString: "barrett",
name: "Barrett M95",
ammoType: "127mm",
ammoSpawnAmount: 20,
ammoSpawnAmount: 25,
capacity: 5,
reloadTime: 3.4,
fireDelay: 1400,
Expand Down

0 comments on commit 22e3df6

Please sign in to comment.