Remove copper

This commit is contained in:
HARLAN
2013-12-13 14:43:31 -05:00
parent 2ab9a981a0
commit efd8ef0cee

View File

@@ -4,7 +4,7 @@ serverTraders = ["TK_CIV_Woman02_EP1","TK_CIV_Takistani05_EP1","TK_CIV_Takistani
// Farhah's General Supplies // Farhah's General Supplies
menu_TK_CIV_Woman02_EP1 = [ menu_TK_CIV_Woman02_EP1 = [
[["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]], [["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
"neutral" "neutral"
]; ];
// Akwhell's Vehicles // Akwhell's Vehicles
@@ -46,7 +46,7 @@ menu_Dr_Hladik_EP1 = [
// Heather's General Supplies // Heather's General Supplies
menu_CIV_EuroWoman01_EP1 = [ menu_CIV_EuroWoman01_EP1 = [
[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
"friendly" "friendly"
]; ];
// Greg's Ammunition // Greg's Ammunition
@@ -72,4 +72,4 @@ menu_TK_CIV_Takistani04_EP1 = [
[["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]], [["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
[], [],
"hostile" "hostile"
]; ];