Lower fuel capacity for MH6J to match with AH6

The MH6J had the wrong fuel capacity.
This commit is contained in:
A Man
2019-11-18 19:04:15 +01:00
parent e36e3cc429
commit 862cf39a8f

View File

@@ -6,7 +6,6 @@ class MH6J_DZ: AH6_Base_EP1
enablemanualfire = 0;
typicalCargo[] = {};
displayname = $STR_VEH_NAME_MH6J;
displaynameshort = $STR_EP1_DN_MH6J;
hiddenselections[] = {"camo1", "camo2"};
transportsoldier = 5;
hiddenselectionstextures[] = {"ca\air_e\ah6j\data\ah6_merge1_co.paa", "ca\air_e\ah6j\data\default_co.paa"};
@@ -24,5 +23,6 @@ class MH6J_DZ: AH6_Base_EP1
transportMaxWeapons = 3;
transportMaxMagazines = 20;
transportmaxbackpacks = 3;
fuelCapacity = 242;
class Turrets {};
};