NicePack/sources/Weapons/Playable/Heavy/Chaingun/NiceChainGunFire.uc

9 lines
221 B
Ucode

class NiceChainGunFire extends ChainGunFire;
defaultproperties
{
maxVerticalRecoilAngle=68
maxHorizontalRecoilAngle=34
DamageType=Class'NicePack.NiceDamTypeCG'
AmmoClass=Class'NicePack.NiceChainGunAmmo'
}