From 488d24bc017782f895181fb0415309d94aff0699 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 19 Feb 2016 15:30:18 -0600 Subject: [PATCH] Fix cargo loading on the big huron containers --- addons/cargo/CfgVehicles.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/addons/cargo/CfgVehicles.hpp b/addons/cargo/CfgVehicles.hpp index 42b46c7a9f..68f82f5322 100644 --- a/addons/cargo/CfgVehicles.hpp +++ b/addons/cargo/CfgVehicles.hpp @@ -268,6 +268,13 @@ class CfgVehicles { GVAR(size) = 6; }; + class Slingload_base_F: ReammoBox_F {}; + class CargoNet_01_base_F: Slingload_base_F { //Slingload pallets + GVAR(size) = 6; + }; + class Slingload_01_Base_F: Slingload_base_F { //Huron 20ft containers + GVAR(canLoad) = 0; + }; // objects class RoadCone_F: ThingX { GVAR(size) = 1;