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

18 lines
578 B
Ucode

//=============================================================================
// KFDT_Fire_ZedGround
//=============================================================================
// A damage type for KFProj_GroundFire
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Fire_ZedGround extends KFDT_Fire
abstract
hidedropdown;
defaultproperties
{
DoT_DamageScale=.5
}