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

20 lines
671 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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
}