22 lines
752 B
Ucode
22 lines
752 B
Ucode
//=============================================================================
|
|
// KSGAmmo
|
|
//=============================================================================
|
|
// KSG shotgun ammo class
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2012 Tripwire Interactive LLC
|
|
// - John "Ramm-Jaeger" Gibson and IJC
|
|
//=============================================================================
|
|
class KSGAmmo extends KFAmmunition;
|
|
|
|
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
|
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=48
|
|
InitialAmount=24
|
|
AmmoPickupAmount=12
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=451,Y1=445,X2=510,Y2=500)
|
|
}
|