16 lines
563 B
Ucode
16 lines
563 B
Ucode
//=============================================================================
|
|
// KFDT_Bludgeon_HRG_SonicGun
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Bludgeon_HRG_SonicGun extends KFDT_Bludgeon_RifleButt
|
|
abstract
|
|
hidedropdown;
|
|
|
|
DefaultProperties
|
|
{
|
|
ModifierPerkList(1)=class'KFPerk_Survivalist'
|
|
//defaults
|
|
WeaponDef=class'KFWeapDef_HRG_SonicGun'
|
|
} |