Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 52b57e3

Browse files
author
VP-EN
authored
Merge pull request #90 from VP-EN/dev
Update ammo.lua
2 parents cffee62 + 6674938 commit 52b57e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mods/braindance_protocol/cheats/ammo.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ end
155155
function Ammo.OnUpdateAmmo(deltaTime)
156156
if (Ammo.isInfiniteAmmo or Ammo.isInfiniteAmmoNoReload) and Game ~= nil then
157157
Ammo.counter = Ammo.counter + deltaTime
158-
if (Ammo.counter > 0.1) then
159-
Ammo.counter = Ammo.counter - 0.1
158+
if (Ammo.counter > 0.5) then
159+
Ammo.counter = Ammo.counter - 0.5
160160

161161
local player = Game.GetPlayer()
162162

0 commit comments

Comments
 (0)