14 lines
626 B
Ucode
14 lines
626 B
Ucode
//=============================================================================
|
|
// KFDT_BellTrap
|
|
//=============================================================================
|
|
// Damage caused by the swinging bells in Monster Ball
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2018 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_BellTrap extends KFDT_SwingMinigame;
|
|
|
|
defaultproperties
|
|
{
|
|
OverrideImpactSound=AkEvent'WW_ENV_Destruction.Play_ENV_Destruction_Bell_Impact'
|
|
} |