NicePack/sources/Weapons/Playable/Incendiary/Flamethrower/NiceFlameThrowerPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

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."
}