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