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

9 lines
239 B
Ucode

class NiceM79IncPickup extends ScrnM79IncPickup;
defaultproperties
{
ItemName="M79 Incendiary NW"
ItemShortName="M79 Inc NW"
InventoryType=class'NiceM79Inc'
PickupMessage="You got the M79 Incendiary Grenade Launcher NW."
}