Beta 5 Goddamn Hotfix 4:

- Correct ammo use values for Dispersion Pistol upgrade levels (1→2→4→5→6), odd progression, I know.
 - Stunner also has the same deathmatch regeneration behaviour as the Dispersion Pistol now.
 - Corrected how the ammo regen speed works for both weapons.
This commit is contained in:
Marisa the Magician 2019-10-03 21:38:18 +02:00
commit 3926b5e574
3 changed files with 12 additions and 6 deletions

View file

@ -203,7 +203,7 @@ Class UPlayer : UTPlayer
else
{
dsp.pendingupgrade = dsp.upgradelevel = 4;
dsp.MainUse = min(6,dsp.upgradelevel+1);
dsp.MainUse = 6;
dsp.UpdateSelectionOrder();
}
}