NicePack/sources/Weapons/Playable/Explosives/SeekerSix/NiceSeekerSixPickup.uc
2022-01-21 14:25:59 +04:00

10 lines
286 B
Ucode

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