Skip to content

Commit

Permalink
Fix slow motion falling of SLAM mines (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed Oct 5, 2018
1 parent 8cd0b49 commit 781bb02
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 @@ -38,3 +38,9 @@ class Extended_DisplayLoad_EventHandlers {
ADDON = QUOTE(_this call COMPILE_FILE(XEH_missionDisplayLoad));
};
};

class Extended_Init_EventHandlers {
class ACE_Explosives_Place_SLAM {
ADDON = QUOTE((_this select 0) setCenterOfMass [ARR_3(0,-0.035,0.05)]; (_this select 0) setMass 5);
};
};

0 comments on commit 781bb02

Please sign in to comment.