This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
252 B
Ucode
5 lines
252 B
Ucode
class NiceM79IncPickup extends ScrnM79IncPickup;
|
|
defaultproperties
|
|
{
|
|
ItemName="M79 Incendiary NW"
|
|
ItemShortName="M79 Inc NW"
|
|
InventoryType=Class'NicePack.NiceM79Inc'
|
|
PickupMessage="You got the M79 Incendiary Grenade Launcher NW."
|
|
}
|