17 lines
606 B
Ucode
17 lines
606 B
Ucode
//=============================================================================
|
|
// 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'
|
|
ModifierPerkList(1)=class'KFPerk_Gunslinger'
|
|
ModifierPerkList(2)=class'KFPerk_Sharpshooter'
|
|
} |