NicePack/sources/Weapons/Playable/Explosives/SeekerSix/NiceSeekerSixPickup.uc

10 lines
295 B
Ucode

class NiceSeekerSixPickup extends SeekerSixPickup;
defaultproperties
{
AmmoCost=20
ItemName="SeekerSix Rocket Launcher NW"
ItemShortName="SeekerSix NW"
InventoryType=Class'NicePack.NiceSeekerSixRocketLauncher'
PickupMessage="You got the SeekerSix Mini Rocket Launcher NW."
}