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

16 lines
563 B
Ucode
Raw Permalink Normal View History

2021-03-02 11:56:51 +00:00
//=============================================================================
// 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
{
2021-12-09 16:33:06 +00:00
ModifierPerkList(1)=class'KFPerk_Survivalist'
2021-03-02 11:56:51 +00:00
//defaults
WeaponDef=class'KFWeapDef_HRG_SonicGun'
}