From 9be7d1e5c5c5db0bff2ec1582728af4da384458c Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Tue, 5 Nov 2013 23:56:20 -0600 Subject: [PATCH] mtvr refuel --- SQF/dayz_code/Configs/cfgVehicles.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index b67672381..ba305ea93 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -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 {