Counter-Strike: Changed WEAPON_USP45 firing rate to be closer to 1.5's.

It was based on the values of CS:S before (as those are not hard-coded...)
This commit is contained in:
Marco Cawthorne 2020-05-03 23:50:11 +02:00
parent 2db9d5bf31
commit cca1e646c2

View file

@ -218,7 +218,7 @@ w_usp45_primary(void)
}
pl.flags |= FL_SEMI_TOGGLED;
pl.w_attack_next = 0.0875f;
pl.w_attack_next = 0.15f;
pl.w_idle_next = pl.w_attack_next;
}