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

11 lines
344 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."
}