Merge pull request #1548 from githubmil/master

Fix UAZ Cargo Upgrade & Balance Armor Upgrades & Fix L85A2 Price in config traders.
This commit is contained in:
Zupa
2015-07-01 23:49:54 +02:00
12 changed files with 87 additions and 56 deletions

View File

@@ -106,7 +106,7 @@ class Category_485 {
};
class BAF_L85A2_RIS_Holo {
type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"};
buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"};
};
};
@@ -218,7 +218,7 @@ class Category_615 {
};
class BAF_L85A2_RIS_Holo {
type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"};
buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"};
};
};

View File

@@ -106,7 +106,7 @@ class Category_602 {
};
class BAF_L85A2_RIS_Holo {
type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"};
buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"};
};
};
@@ -218,7 +218,7 @@ class Category_637 {
};
class BAF_L85A2_RIS_Holo {
type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"};
buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"};
};
};