16 lines
496 B
Ucode
16 lines
496 B
Ucode
//=============================================================================
|
|
// MP7M Primary Ammo.
|
|
//=============================================================================
|
|
class MP7MAmmo extends KFAmmunition;
|
|
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=400
|
|
InitialAmount=200
|
|
AmmoPickupAmount=20
|
|
PickupClass=Class'KFMod.MP7MAmmoPickup'
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
|
|
ItemName="MP7M bullets"
|
|
}
|