mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +03:00
0.982
+ removed ACR requirement from missions and removed Octavia_ACR from vehicle spawn config.
This commit is contained in:
@@ -14,7 +14,10 @@ serverTraders = [
|
||||
"TK_CIV_Woman03_EP1",
|
||||
"TK_CIV_Woman02_EP1",
|
||||
"RU_Profiteer2",
|
||||
"RU_Damsel4"
|
||||
"RU_Damsel4",
|
||||
"RU_Woodlander3",
|
||||
"RU_Citizen4",
|
||||
"RU_Pilot"
|
||||
];
|
||||
|
||||
// Metals Traders
|
||||
@@ -117,3 +120,22 @@ menu_RU_Damsel4 = [
|
||||
],
|
||||
"friendly"
|
||||
];
|
||||
// Wholsalers
|
||||
menu_RU_Woodlander3 = [
|
||||
[["Wholesale",998]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
menu_RU_Citizen4 = [
|
||||
[["Wholesale",9998]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Air plane Dealers
|
||||
menu_RU_Pilot = [
|
||||
[["Wholesale",1002]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user