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

17 lines
606 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_HRGWinterbite
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_HRGWinterbite extends KFDT_Bludgeon_RifleButt
abstract
hidedropdown;
DefaultProperties
{
WeaponDef=class'KFWeapDef_HRGWinterbite'
2021-12-09 16:33:06 +00:00
ModifierPerkList(1)=class'KFPerk_Gunslinger'
ModifierPerkList(2)=class'KFPerk_Sharpshooter'
2020-12-13 15:01:13 +00:00
}