diff --git a/weapons.qc b/weapons.qc index 89e98f4..37842d8 100644 --- a/weapons.qc +++ b/weapons.qc @@ -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'); }; /*