This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
10 lines
204 B
Ucode
10 lines
204 B
Ucode
class NiceWinchesterAmmoPickup extends NiceAmmoPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=10
|
|
InventoryType=Class'NicePack.NiceWinchesterAmmo'
|
|
PickupMessage=".44 rounds"
|
|
StaticMesh=None
|
|
}
|