12 lines
269 B
Ucode
12 lines
269 B
Ucode
class AK47HPickup extends GoldenAK47Pickup;
|
|
|
|
defaultproperties
|
|
{
|
|
cost=500
|
|
ItemName="Heavy AK47 SE"
|
|
ItemShortName="Heavy AK47"
|
|
CorrespondingPerkIndex=10
|
|
InventoryType=Class'ScrnHMG.AK47H'
|
|
PickupMessage="You got the Heavy AK47"
|
|
}
|