Update Kamaz.hpp

Change fuelCapacity to relaistic value of 10400 litres.
This commit is contained in:
RimBlock
2014-06-03 22:06:14 +08:00
parent 4c314b8c3c
commit 3183bf95af

View File

@@ -24,5 +24,5 @@ class KamazRefuel_DZ: KamazRefuel {
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0;
fuelCapacity = 10000;
};
fuelCapacity = 10400;
};