Fixing wrong cargo count of Refuel Trucks (#2021)

* Update Kamaz Refuel

* Update MTVR Refuel

* Update Ural Refuel

* Update V3S Refuel

* Wrong cargo count of Refuel Trucks
This commit is contained in:
A Man
2018-08-12 22:23:20 +02:00
committed by oiad
parent be777dd42a
commit e26fb24ab9
5 changed files with 20 additions and 4 deletions

View File

@@ -72,8 +72,11 @@ class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 {
crew = "";
typicalCargo[] = {};
hiddenSelections[] = {};
transportMaxWeapons = 50;
transportMaxMagazines = 200;
transportmaxbackpacks = 8;
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0; //Required to disable A2 built in auto refuel for fuel trucks
fuelCapacity = 10000;
};
};