1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Fire_Ground_MicrowaveGun.uc

17 lines
646 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Fire_Ground_MicrowaveGun
//=============================================================================
// A damage type for KFProj_GroundFire for the Flamethrower
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFDT_Fire_Ground_MicrowaveGun extends KFDT_Fire_Ground
abstract;
defaultproperties
{
WeaponDef=class'KFWeapDef_MicrowaveGun'
BurnPower=7.5
}