NicePack/sources/Weapons/Playable/Pistols/Glock/NiceDualGlockAmmo.uc

13 lines
368 B
Ucode

class NiceDualGlockAmmo extends NiceAmmo;
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceDualGlockPickup'
AmmoPickupAmount=12
MaxAmmo=180
InitialAmount=45
PickupClass=Class'NicePack.NiceDualGlockAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=338,Y1=40,X2=393,Y2=79)
ItemName="Glock-17 bullets"
}