16 lines
514 B
Ucode
16 lines
514 B
Ucode
class ScrnRPGPickup extends LAWPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=11.000000
|
|
cost=4000
|
|
AmmoCost=40
|
|
Description="RPG-7 Rocket Launcher. Very high damage, but narrow blast radius and rockets drop over distance. Use Altfire to toggle scope."
|
|
ItemName="RPG-7 SE"
|
|
ItemShortName="RPG-7 SE"
|
|
AmmoItemName="RPG-7 Rockets"
|
|
InventoryType=Class'ScrnWeaponPack.ScrnRPG'
|
|
PickupMessage="You got the RPG-7"
|
|
StaticMesh=StaticMesh'ScrnWeaponPack_SM.ScrnRPG_Pickup'
|
|
}
|