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

21 lines
743 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Toxic_BloatPukeMine
//=============================================================================
// Bloat puke mine bile attack damagetype
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Toxic_BloatPukeMine extends KFDT_Toxic
abstract
hidedropdown;
defaultproperties
{
// override DoT from KFDT_Toxic
DoT_Type=DOT_None
// Don't let Hans damage himself with his grenade
bNoInstigatorDamage=true
bConsideredIndirectOrAoE=true
}