rott/kf_sources/KFMod/Classes/GoldenDeagleAmmo.uc
2026-07-14 20:27:09 +07:00

15 lines
370 B
Ucode

class GoldenDeagleAmmo extends KFAmmunition;
#EXEC OBJ LOAD FILE=InterfaceContent.utx
defaultproperties
{
MaxAmmo=96
InitialAmount=48
AmmoPickupAmount=16
PickupClass=Class'KFMod.GoldenDeagleAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=338,Y1=40,X2=393,Y2=79)
ItemName="Deagle bullets"
}