Opposing Force: Tweak WEAPON_EAGLE firing rate for the laser mode, fix that the
laser is being reset upon walking over someone dirty ammo
This commit is contained in:
parent
bf5c78fab2
commit
0952fc197c
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ void
|
|||
w_eagle_updateammo(player pl)
|
||||
{
|
||||
#ifdef SSQC
|
||||
Weapons_UpdateAmmo(pl, pl.eagle_mag, pl.ammo_357, -1);
|
||||
Weapons_UpdateAmmo(pl, pl.eagle_mag, pl.ammo_357, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -112,7 +112,7 @@ w_eagle_primary(void)
|
|||
#ifdef SSQC
|
||||
TraceAttack_FireBullets(1, pl.origin + pl.view_ofs, 34, [0, 0]);
|
||||
#endif
|
||||
pl.w_attack_next = 0.75f;
|
||||
pl.w_attack_next = 0.5f;
|
||||
} else {
|
||||
#ifdef SSQC
|
||||
TraceAttack_FireBullets(1, pl.origin + pl.view_ofs, 34, [0.1,0.1]);
|
||||
|
|
Loading…
Reference in a new issue