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

27 lines
836 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Explosive_HansHEGrenade
//=============================================================================
// Explosive damage type for Hans' high explosive grenades
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// John "Ramm-Jaeger" Gibson
//=============================================================================
class KFDT_Explosive_HansHEGrenade extends KFDT_Explosive_HEGrenade
abstract
hidedropdown;
`include(KFGame/KFGameDialog.uci)
static function int GetKillerDialogID()
{
return `HANS_KillNade;
}
defaultproperties
{
// Don't let Hans damage himself with his grenade
bNoInstigatorDamage=true
}