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

25 lines
787 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Toxic_EnvironmentGas
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFDT_Toxic_EnvironmentGas extends KFDT_Toxic
abstract;
defaultproperties
{
// override DoT from KFDT_Toxic
DoT_Type=DOT_None
PoisonPower=1.f
CameraLensEffectTemplate=class'KFCameraLensEmit_Puke_Light'
AltCameraLensEffectTemplate=class'KFCameraLensEmit_Puke_Light'
bNoInstigatorDamage=true
bConsideredIndirectOrAoE=true
}