NicePack/sources/Weapons/Playable/Shotguns/Nailgun/NiceNailGunAltFire.uc
Anton Tarasenko 4f708c52e0 Update 008
[Changed]
- Weapon for sharpshooter SVD: reload speed was sped up by 20%
- Weapon for enforcer Nailgun: previously bugged spread of alt fire of
3000 reduced to 500, added 2 bounces to alt fire
2022-01-14 04:21:34 +07:00

10 lines
251 B
Ucode

class NiceNailGunAltFire extends NiceNailGunFire;
defaultproperties
{
bCanFireIncomplete=True
ProjectileSpeed=3500.000000
DamageType=Class'NicePack.NiceDamTypeNailGunWeak'
AmmoPerFire=7
SpreadStyle=SS_Random
Spread=500.000000
}