NicePack/sources/Weapons/Playable/Shotguns/Spas/NiceSpasAltFire.uc
Anton Tarasenko ff720a6b7e Nerf SPAS12
Alt fire now consists of 8 pellets instead of 12
2024-11-27 03:39:00 +07:00

11 lines
216 B
Ucode

class NiceSpasAltFire extends NiceSpasFire;
defaultproperties
{
ProjPerFire=8
maxVerticalRecoilAngle=300
maxHorizontalRecoilAngle=180
FireAnimRate=0.650000
FireRate=1.400000
Spread=0.000000
}