mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 15:21:51 +00:00
Super shotgun looks better with two randomly placed shots.
This commit is contained in:
parent
87a96d06c8
commit
14edab67df
1 changed files with 2 additions and 1 deletions
|
@ -1175,7 +1175,8 @@ void() W_FireSuperShotgun =
|
|||
dir = normalize (dir - self.origin);
|
||||
}
|
||||
deathmsg = DMSG_SSHOTGUN;
|
||||
FireBullets (12, dir, '0.11 0.06 0'); //WK 14, 0.14, 0.08
|
||||
FireBullets (6, dir, '0.11 0.06 0'); //WK 14, 0.14, 0.08
|
||||
FireBullets (6, dir, '0.11 0.06 0');
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue