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

20 lines
691 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Fire_Ground_HuskCannon
//=============================================================================
// A damage type for KFProj_HuskCannon_Fireball for the Husk Cannon
//=============================================================================
// Killing Floor 2
// Copyright (C) 2020 Tripwire Interactive LLC
// Tulio Beloqui (Saber Interactive)
//=============================================================================
class KFDT_Fire_Ground_HuskCannon extends KFDT_Fire_Ground
abstract;
defaultproperties
{
WeaponDef=class'KFWeapDef_HuskCannon'
BurnPower=10.5
}