1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Fire_Ground_MicrowaveGun.uc
2020-12-13 18:01:13 +03:00

17 lines
646 B
Ucode

//=============================================================================
// 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
}