mtvr refuel

This commit is contained in:
[VB]AWOL
2013-11-05 23:56:20 -06:00
parent c87df96724
commit 9be7d1e5c5

View File

@@ -1488,6 +1488,19 @@ class CfgVehicles {
transportFuel = 0;
fuelCapacity = 10000;
};
class MtvrRefuel;
class MtvrRefuel_DZ: MtvrRefuel
{
scope = 2;
side = 2;
crew = "";
typicalCargo[] = {};
hiddenSelections[] = {};
class TransportMagazines{};
class TransportWeapons{};
transportFuel = 0;
fuelCapacity = 10000;
};
class V3S_Refuel_TK_GUE_EP1;
class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1
{