14 lines
482 B
Ucode
14 lines
482 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Bludgeon_HRGIncision
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2019 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Bludgeon_HRGIncision extends KFDT_Bludgeon_RifleButt
|
||
|
abstract;
|
||
|
|
||
|
defaultProperties
|
||
|
{
|
||
|
WeaponDef=class'KFWeapDef_RailGun'
|
||
|
}
|