mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix heli upgrade
This commit is contained in:
@@ -200,7 +200,7 @@ class Mi17_UN_CDF_EP1_DZE: Mi17_UN_CDF_EP1_DZ {
|
||||
|
||||
class Upgrades
|
||||
{
|
||||
ItemHeliAVE[] = {"Mi17_UN_CDF_DZE1",{"ItemToolbox","ItemSolder_DZE"},{},{{"ItemHeliAVE",1},{"equip_metal_sheet",5},{"ItemScrews",1},{"ItemTinBar",1},{"equip_scrapelectronics",2},{"equip_floppywire",2}}};
|
||||
ItemHeliAVE[] = {"Mi17_UN_CDF_EP1_DZE1",{"ItemToolbox","ItemSolder_DZE"},{},{{"ItemHeliAVE",1},{"equip_metal_sheet",5},{"ItemScrews",1},{"ItemTinBar",1},{"equip_scrapelectronics",2},{"equip_floppywire",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ class UH1H_DZ: UH1H_base
|
||||
gunnerCanSee = 2+16+32;
|
||||
driverCanSee = 2+16+32;
|
||||
transportMaxWeapons = 15;
|
||||
transportMaxMagazines = 160;
|
||||
transportMaxMagazines = 80;
|
||||
transportmaxbackpacks = 6;
|
||||
fuelCapacity = 1333;
|
||||
radartype = 0;
|
||||
|
||||
Reference in New Issue
Block a user