24 lines
835 B
Ucode
24 lines
835 B
Ucode
//=============================================================================
|
|
// M4Ammo
|
|
//=============================================================================
|
|
// Ammo for the M4 assault rifle primary fire
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2011 Tripwire Interactive LLC
|
|
// - John "Ramm-Jaeger" Gibson
|
|
//=============================================================================
|
|
class M4Ammo extends KFAmmunition;
|
|
|
|
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
|
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=400
|
|
InitialAmount=160
|
|
AmmoPickupAmount=30
|
|
PickupClass=Class'KFMod.M4AmmoPickup'
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
|
|
ItemName="M4 bullets"
|
|
}
|