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

23 lines
808 B
Ucode

//=============================================================================
// KFDT_Toxic_BloatKingPukeMine
//=============================================================================
// Bloat puke mine bile attack damagetype
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Toxic_BloatKingPukeMine extends KFDT_Toxic
abstract
hidedropdown;
defaultproperties
{
// override DoT from KFDT_Toxic
DoT_Type=DOT_None
// Allowed to damage the bloat king
bNoInstigatorDamage=false
bConsideredIndirectOrAoE=true
// Ignore the self inflicted scale
bIgnoreSelfInflictedScale=true
}