Lowered shotcount for ssgun to 12 because that's what it used to be :)

tim mcgrath
This commit is contained in:
Timothy C. McGrath 2002-10-06 03:22:15 +00:00
parent 540cc6c66d
commit 87a96d06c8

View file

@ -1175,7 +1175,7 @@ void() W_FireSuperShotgun =
dir = normalize (dir - self.origin);
}
deathmsg = DMSG_SSHOTGUN;
FireBullets (14, dir, '0.11 0.06 0'); //WK 14, 0.14, 0.08
FireBullets (12, dir, '0.11 0.06 0'); //WK 14, 0.14, 0.08
};
/*