NicePack/sources/Weapons/Playable/Incendiary/Flamethrower/NiceFlameThrowerPickup.uc
2022-01-21 14:25:59 +04:00

12 lines
410 B
Ucode

//=============================================================================
// L85 Pickup.
//=============================================================================
class NiceFlameThrowerPickup extends ScrnFlameThrowerPickup;
defaultproperties
{
ItemName="FlameThrower NW"
ItemShortName="Flamer NW"
InventoryType=class'NiceFlameThrower'
PickupMessage="You got the Flamethrower NW."
}