mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Amend r3328 so that NAM gets WEAPON_RELOAD_TIMING.
git-svn-id: https://svn.eduke32.com/eduke32@3367 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0c44056945
commit
5493583140
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ static void Gv_AddSystemVars(void)
|
|||
{
|
||||
weapondefaults[PISTOL_WEAPON].Clip = 20;
|
||||
weapondefaults[PISTOL_WEAPON].Reload = 50;
|
||||
weapondefaults[PISTOL_WEAPON].Flags = WEAPON_HOLSTER_CLEARS_CLIP;
|
||||
weapondefaults[PISTOL_WEAPON].Flags |= WEAPON_HOLSTER_CLEARS_CLIP;
|
||||
|
||||
weapondefaults[SHRINKER_WEAPON].TotalTime = 30;
|
||||
|
||||
|
|
Loading…
Reference in a new issue