Skip to content

Commit

Permalink
enhance: shorten sks full reload (3.2s --> 2.4s)
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Dec 23, 2024
1 parent 0cf73b0 commit 2655396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified client/public/audio/sfx/weapons/sks_reload_full.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion common/src/definitions/guns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ export const Guns = ObjectDefinitions.withDefault<GunDefinition>()(
reloadTime: 0.4,
shotsPerReload: 2,
reloadFullOnEmpty: true,
fullReloadTime: 3.2,
fullReloadTime: 2.4,
fireDelay: 180,
switchDelay: 400,
recoilMultiplier: 0.8,
Expand Down

0 comments on commit 2655396

Please sign in to comment.