14 lines
334 B
Ucode
14 lines
334 B
Ucode
class UT2341RocketAmmo extends Ammunition;
|
|
|
|
#EXEC OBJ LOAD FILE=InterfaceContent.utx
|
|
|
|
defaultproperties
|
|
{
|
|
MaxAmmo=48
|
|
InitialAmount=6
|
|
PickupClass=Class'UT2341WeaponsReducedv1a.UT2341RocketAmmoPickup'
|
|
IconMaterial=Texture'HUDContent.Generic.HUD'
|
|
IconCoords=(X1=458,Y1=34,X2=511,Y2=78)
|
|
ItemName="Rockets"
|
|
}
|