23 lines
650 B
Ucode
23 lines
650 B
Ucode
//=============================================================================
|
|
// KFProj_Bullet_G18
|
|
//=============================================================================
|
|
//
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2019 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
|
|
class KFProj_Bullet_G18c extends KFProj_Bullet
|
|
hidedropdown;
|
|
|
|
defaultproperties
|
|
{
|
|
MaxSpeed=18000.0
|
|
Speed=18000.0
|
|
|
|
DamageRadius=0
|
|
|
|
ProjFlightTemplate=ParticleSystem'FX_Projectile_EMIT.FX_Tracer_9MM_ZEDTime'
|
|
}
|
|
|