This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
14 lines
356 B
Ucode
14 lines
356 B
Ucode
class NiceDualiesAmmo extends NiceAmmo;
|
|
#EXEC OBJ LOAD FILE=InterfaceContent.utx
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoPickupAmount=30
|
|
MaxAmmo=480
|
|
InitialAmount=240
|
|
PickupClass=Class'NicePack.NiceDualiesAmmoPickup'
|
|
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
|
IconCoords=(X1=413,Y1=82,X2=457,Y2=125)
|
|
ItemName="Dualies bullets"
|
|
}
|