Skip to content

Commit

Permalink
~ Fixed: Mortars ammoboxes could not be dragged nor carried.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTyranos committed Jun 23, 2019
1 parent 9d0d184 commit afda28e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion addons/mortar/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afda28e

Please sign in to comment.