This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
6 lines
226 B
Ucode
6 lines
226 B
Ucode
class NiceStingerAmmo extends StingerAmmo;
|
|
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
|
defaultproperties
|
|
{
|
|
AmmoPickupAmount=80
|
|
MaxAmmo=640
|
|
InitialAmount=160
|
|
PickupClass=Class'NicePack.NiceStingerAmmoPickup'
|
|
}
|