NicePack/sources/Weapons/Playable/Incendiary/Flamethrower/NiceFlameThrowerPickup.uc

12 lines
419 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."
}