16 lines
486 B
Ucode
16 lines
486 B
Ucode
//=============================================================================
|
|
// MK23 Ammo.
|
|
//=============================================================================
|
|
class MK23Ammo extends KFAmmunition;
|
|
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=144
|
|
InitialAmount=72
|
|
AmmoPickupAmount=24
|
|
PickupClass=Class'KFMod.MK23AmmoPickup'
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=338,Y1=40,X2=393,Y2=79)
|
|
ItemName="MK23 bullets"
|
|
}
|