This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
334 B
Ucode
5 lines
334 B
Ucode
class NiceBenelliAmmo extends NiceAmmo;
|
|
defaultproperties
|
|
{
|
|
WeaponPickupClass=Class'NicePack.NiceBenelliPickup'
|
|
AmmoPickupAmount=6
|
|
MaxAmmo=60
|
|
InitialAmount=15
|
|
PickupClass=Class'NicePack.NiceBenelliAmmoPickup'
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=451,Y1=445,X2=510,Y2=500)
|
|
}
|