17 lines
591 B
Ucode
17 lines
591 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Bludgeon_Colt1911
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Bludgeon_FlareGun extends KFDT_Bludgeon_RifleButt
|
||
|
abstract
|
||
|
hidedropdown;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
WeaponDef=class'KFWeapDef_FlareGun'
|
||
|
ModifierPerkList(0)=class'KFPerk_Gunslinger'
|
||
|
ModifierPerkList(1)=class'KFPerk_Sharpshooter'
|
||
|
}
|