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

20 lines
671 B
Ucode

//=============================================================================
// KFDT_BloatKingSubspawn_Death
//=============================================================================
// Bloat King poop monster death attack damagetype
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFDT_BloatKingSubspawn_Death extends KFDT_Explosive
abstract
hidedropdown;
defaultproperties
{
DoT_Type=DOT_None
bNoInstigatorDamage=true
bConsideredIndirectOrAoE=true
}