mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1439 from ebaydayz/patch-2
Add CH53_DZE to config based traders
This commit is contained in:
@@ -29,4 +29,9 @@ class Category_512 {
|
|||||||
buy[] = {4,"ItemBriefcase100oz"};
|
buy[] = {4,"ItemBriefcase100oz"};
|
||||||
sell[] = {1,"ItemBriefcase100oz"};
|
sell[] = {1,"ItemBriefcase100oz"};
|
||||||
};
|
};
|
||||||
|
class CH53_DZE {
|
||||||
|
type = "trade_any_vehicle";
|
||||||
|
buy[] = {3,"ItemBriefcase100oz"};
|
||||||
|
sell[] = {2,"ItemBriefcase100oz"};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -29,4 +29,9 @@ class Category_493 {
|
|||||||
buy[] = {2,"ItemBriefcase100oz"};
|
buy[] = {2,"ItemBriefcase100oz"};
|
||||||
sell[] = {1,"ItemBriefcase100oz"};
|
sell[] = {1,"ItemBriefcase100oz"};
|
||||||
};
|
};
|
||||||
|
class CH53_DZE {
|
||||||
|
type = "trade_any_vehicle";
|
||||||
|
buy[] = {2,"ItemBriefcase100oz"};
|
||||||
|
sell[] = {1,"ItemBriefcase100oz"};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user