Super shotgun looks better with two randomly placed shots.

This commit is contained in:
Timothy C. McGrath 2002-10-06 03:54:50 +00:00
parent 87a96d06c8
commit 14edab67df
1 changed files with 2 additions and 1 deletions

View File

@ -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');
};
/*