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:
Marco Cawthorne 2019-09-12 07:18:30 +02:00
parent bf5c78fab2
commit 0952fc197c

View file

@ -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]);