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

17 lines
631 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Fire_EnvironmentTrap
//=============================================================================
// Damage caused by heat and combustion in the environment
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFDT_Fire_EnvironmentTrap extends KFDT_Fire;
defaultproperties
{
bCausedByWorld = true
BurnPower = 15.5
bIsTrapDamage=true
}