From afda28e1e04e25dd06dbd0de43392058d6a4ad24 Mon Sep 17 00:00:00 2001 From: ElTyranos Date: Sun, 23 Jun 2019 11:27:22 +0200 Subject: [PATCH] ~ Fixed: Mortars ammoboxes could not be dragged nor carried. --- addons/mortar/CfgVehicles.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/addons/mortar/CfgVehicles.hpp b/addons/mortar/CfgVehicles.hpp index cfbbf6c..2a2c289 100644 --- a/addons/mortar/CfgVehicles.hpp +++ b/addons/mortar/CfgVehicles.hpp @@ -442,7 +442,15 @@ class CfgVehicles { }; }; - class LIB_Box_82mm_Mo_base: LIB_AmmoOrdnance_base {}; + class LIB_Box_82mm_Mo_base: LIB_AmmoOrdnance_base { + ace_canCarry = 1; + ace_carryPosition[] = {0,1.2,0}; + ace_carryDirection = 0; + + ace_canDrag = 1; + ace_dragPosition[] = {0,1.2,0}; + ace_dragDirection = 0; + }; class LIB_Box_82mm_Mo_HE: LIB_Box_82mm_Mo_base { class TransportMagazines { class _xx_LIB_1rnd_82mmHE_BM37