diff --git a/quakeworld/weapons.qc b/quakeworld/weapons.qc index bf55532..ce95e48 100644 --- a/quakeworld/weapons.qc +++ b/quakeworld/weapons.qc @@ -334,7 +334,7 @@ void () W_FireRocket = { if (deathmatch != 4) - self.currentammo = -self.ammo_rockets; + self.currentammo = --self.ammo_rockets; sound (self, CHAN_WEAPON, "weapons/sgun1.wav", 1, ATTN_NORM);