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:
parent
b7f1e4921b
commit
3926b5e574
3 changed files with 12 additions and 6 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue