This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
311 B
Ucode
5 lines
311 B
Ucode
class NiceM41AProjectileAmmo extends NiceAmmo;
|
|
defaultproperties
|
|
{
|
|
WeaponPickupClass=Class'NicePack.NiceM41APickup'
|
|
AmmoPickupAmount=1
|
|
MaxAmmo=8
|
|
InitialAmount=2
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=434,Y1=253,X2=506,Y2=292)
|
|
ItemName="M41A Grenades"
|
|
}
|