13 lines
342 B
Ucode
13 lines
342 B
Ucode
class ScrnThompsonIncPickup extends ThompsonPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
cost=1100
|
|
BuyClipSize=20
|
|
ItemName="Tommy Gun Incendiary SE"
|
|
ItemShortName="Tommy Gun Inc. SE"
|
|
CorrespondingPerkIndex=5
|
|
InventoryType=Class'ScrnBalanceSrv.ScrnThompsonInc'
|
|
PickupMessage="You got the Incendiary Tommy Gun"
|
|
}
|