12 lines
266 B
Ucode
12 lines
266 B
Ucode
class CamoShotgunAmmo extends KFAmmunition;
|
|
|
|
//duplicates ShotgunAmmo
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=48
|
|
InitialAmount=24
|
|
AmmoPickupAmount=6
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=451,Y1=445,X2=510,Y2=500)
|
|
}
|