NicePack/sources/Weapons/Playable/SMG/Kriss/NiceKrissMAmmo.uc
Anton Tarasenko bd54850e38 Last patch
Commits like that are lazy and shitty, but fuck it, it's the last patch.
2020-07-03 18:03:21 +07:00

12 lines
304 B
Ucode

class NiceKrissMAmmo extends NiceAmmo;
defaultproperties
{
AmmoPickupAmount=33
MaxAmmo=264
InitialAmount=66
PickupClass=Class'NicePack.NiceKrissMAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
ItemName="45. ACP bullets"
}