mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
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:
@@ -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"};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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"};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user