20 lines
687 B
Ucode
20 lines
687 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Fire_Ground_FlameThrower
|
||
|
//=============================================================================
|
||
|
// A damage type for KFProj_GroundFire for the Flamethrower
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
// John "Ramm-Jaeger" Gibson
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Fire_Ground_FlameThrower extends KFDT_Fire_Ground
|
||
|
abstract;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
WeaponDef=class'KFWeapDef_FlameThrower'
|
||
|
|
||
|
BurnPower=10.5 //2.5
|
||
|
}
|