Valve: Give WEAPON_RPG some punch when firing
This commit is contained in:
parent
11b7b11fe1
commit
94e4d80e39
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ void w_rpg_primary(void)
|
||||||
|
|
||||||
#ifdef CSQC
|
#ifdef CSQC
|
||||||
pl.a_ammo1--;
|
pl.a_ammo1--;
|
||||||
|
Weapons_ViewPunchAngle([-10,0,0]);
|
||||||
#else
|
#else
|
||||||
static void Rocket_Touch(void) {
|
static void Rocket_Touch(void) {
|
||||||
Effect_CreateExplosion(self.origin);
|
Effect_CreateExplosion(self.origin);
|
||||||
|
|
Loading…
Reference in a new issue