This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
8 lines
426 B
Ucode
8 lines
426 B
Ucode
//=============================================================================
|
|
// L85 Pickup.
|
|
//=============================================================================
|
|
class NiceFlameThrowerPickup extends ScrnFlameThrowerPickup;
|
|
defaultproperties
|
|
{
|
|
ItemName="FlameThrower NW"
|
|
ItemShortName="Flamer NW"
|
|
InventoryType=Class'NicePack.NiceFlameThrower'
|
|
PickupMessage="You got the Flamethrower NW."
|
|
}
|