mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Add toggleable Virtual Garage by salival
This also adds heli pads to the wholesaler if the virutal garage is activated.
This commit is contained in:
@@ -179,6 +179,8 @@ menu_Profiteer2 = [
|
||||
"neutral"
|
||||
];
|
||||
|
||||
if (DZE_Virtual_Garage) then {(menu_Profiteer2 select 0) set [count (menu_Profiteer2 select 0), [localize "STR_EPOCH_TRADER_CATEGORY_HELI_PADS",52]];};
|
||||
|
||||
/***************Wholesaler*********/
|
||||
menu_Profiteer3 = [
|
||||
[[localize "STR_EPOCH_TRADER_CATEGORY_WHOLESALE",50]],
|
||||
@@ -186,6 +188,8 @@ menu_Profiteer3 = [
|
||||
"neutral"
|
||||
];
|
||||
|
||||
if (DZE_Virtual_Garage) then {(menu_Profiteer3 select 0) set [count (menu_Profiteer3 select 0), [localize "STR_EPOCH_TRADER_CATEGORY_HELI_PADS",52]];};
|
||||
|
||||
/***************Banker*********/
|
||||
menu_Functionary1_EP1 = [
|
||||
[[localize "STR_EPOCH_TRADER_CATEGORY_CURRENCY",51]],
|
||||
|
||||
Reference in New Issue
Block a user