17 lines
488 B
Ucode
17 lines
488 B
Ucode
//=============================================================================
|
|
// Winchester Alt Fire ... Aim down the barrel
|
|
//=============================================================================
|
|
class WinchesterAltFire extends KFzoom;
|
|
|
|
|
|
defaultproperties
|
|
{
|
|
bAttachSmokeEmitter=True
|
|
TransientSoundVolume=1.8
|
|
FireLoopAnim=
|
|
FireEndAnim=
|
|
FireSound=Sound'KFPlayerSound.getweaponout'
|
|
FireForce="ShockRifleFire"
|
|
aimerror=0.000000
|
|
}
|