Skip to content

Commit

Permalink
Fix slow motion falling of SLAM mines (#2770) (#6619)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut authored Oct 6, 2018
1 parent 58c0c3f commit 97e3766
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/explosives/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ class Extended_DisplayLoad_EventHandlers {
ADDON = QUOTE(_this call COMPILE_FILE(XEH_missionDisplayLoad));
};
};

class Extended_Init_EventHandlers {
class ACE_Explosives_Place_SLAM {
ADDON = QUOTE(params ['_mine']; if (local _mine) then {_mine setCenterOfMass [ARR_3(0,-0.035,0.05)]; _mine setMass 5});
};
};

0 comments on commit 97e3766

Please sign in to comment.