19 lines
665 B
Ucode
19 lines
665 B
Ucode
//=============================================================================
|
|
// BlowerBileAltProjectile
|
|
//=============================================================================
|
|
// Projectile class for the bloat bile thrower secondary fire
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2013 Tripwire Interactive LLC
|
|
// - John "Ramm-Jaeger" Gibson
|
|
//=============================================================================
|
|
class BlowerBileAltProjectile extends BlowerBileProjectile;
|
|
|
|
defaultproperties
|
|
{
|
|
Speed=500.0
|
|
MaxSpeed=500.0
|
|
|
|
TossZ=+100.0
|
|
}
|