Fix slow motion falling of SLAM mines (#2770) (#6619)

This commit is contained in:
BaerMitUmlaut 2018-10-06 12:07:08 +02:00 committed by GitHub
parent 58c0c3fd02
commit 97e3766ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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});
};
};