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

11 lines
334 B
Ucode

class NiceHopMineLPickup extends HopMineLPickup;
defaultproperties
{
Weight=5.000000
Description="The prototype of Hopmine launcher. But still can be very useful."
ItemName="HopMine Launcher NW"
ItemShortName="HopMine NW"
InventoryType=class'NiceHopMineLchr'
PickupMessage="You got the HopMine Launcher NW."
}