Skip to content

Commit 093b790

Browse files
committed
cheap slinger autorefill fix
better fix upcoming in major patch.
1 parent 8c34fe9 commit 093b790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation/components/Attack~grapejuice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Attack.prototype.AutoRefill = function()
423423
{
424424
if (this.ammo != this.maxAmmo)
425425
{
426-
this.ammo = this.ammo + this.refillAmount;
426+
this.ammo = this.ammo + 1;
427427
this.RefreshStatusbars(this.entity);
428428
}
429429

0 commit comments

Comments
 (0)