rott/kf_sources/NicePack/Classes/NiceM79IncPickup.uc
2026-07-14 20:27:09 +07:00

9 lines
247 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."
}