15 lines
600 B
Ucode
15 lines
600 B
Ucode
//=============================================================================
|
|
// KFAffliction_EvilDAR_EMP
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2018 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFAffliction_EvilDAR_EMP extends KFAffliction_EMP;
|
|
|
|
defaultproperties
|
|
{
|
|
// Audio
|
|
OnEMPSound=AkEvent'WW_WEP_EXP_Grenade_EMP.Play_WEP_EXP_Grenade_EMP_Shock_LP'
|
|
OnEMPEndSound=AkEvent'WW_WEP_EXP_Grenade_EMP.Stop_WEP_EXP_Grenade_EMP_Shock_LP'
|
|
}
|