This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
299 B
Ucode
5 lines
299 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."
|
|
}
|