mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update Kamaz.hpp
Change fuelCapacity to relaistic value of 10400 litres.
This commit is contained in:
@@ -24,5 +24,5 @@ class KamazRefuel_DZ: KamazRefuel {
|
|||||||
class TransportMagazines{};
|
class TransportMagazines{};
|
||||||
class TransportWeapons{};
|
class TransportWeapons{};
|
||||||
transportFuel = 0;
|
transportFuel = 0;
|
||||||
fuelCapacity = 10000;
|
fuelCapacity = 10400;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user