rott/kf_sources/KFMod/Classes/BlowerBileAltProjectile.uc
2026-07-14 20:27:09 +07:00

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
}