forked from Simnation/Main
ed
This commit is contained in:
parent
a561e27187
commit
4a0f0f6a8b
13 changed files with 907 additions and 4 deletions
|
@ -1030,7 +1030,12 @@ CodeStudio.Products = {
|
|||
itemPrice = 250,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['snp_ammo'] = {
|
||||
itemName = "Sniper Munition",
|
||||
itemStock = 250,
|
||||
itemPrice = 250,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1512,7 +1517,12 @@ CodeStudio.Products = {
|
|||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['weapon_winchester'] = {
|
||||
itemName = "Shrewsbury Frontier Repeater",
|
||||
itemStock = 50,
|
||||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue