21 lines
893 B
Ucode
21 lines
893 B
Ucode
//=============================================================================
|
|
// CamoMP5MPickup
|
|
//=============================================================================
|
|
// Pickup class for the MP5 Medic Gun
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2013 Tripwire Interactive LLC
|
|
// - Jeff Robinson
|
|
//=============================================================================
|
|
class CamoMP5MPickup extends MP5MPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Description="Camouflaged MP5 sub machine gun. Modified to fire healing darts. Better damage and healing than MP7M with a larger mag."
|
|
ItemName="Camo MP5M Medic Gun"
|
|
ItemShortName="Camo MP5M"
|
|
InventoryType=Class'KFMod.CamoMP5MMedicGun'
|
|
PickupMessage="You got the MP5M Medic Gun"
|
|
StaticMesh=StaticMesh'KF_pickupsCAMO_Trip.MP5_CAMO_Pickup'
|
|
}
|