Update MV22.hpp

Added realistic fuel capacity.
This commit is contained in:
RimBlock
2014-06-03 22:18:00 +08:00
parent fdcc7e458f
commit b603fdfe58

View File

@@ -11,4 +11,5 @@ class MV22_DZ : MV22 {
transportMaxWeapons = 20;
transportMaxMagazines = 400;
transportmaxbackpacks = 10;
};
fuelCapacity = 6513;
};