mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
58c0c3fd02
commit
97e3766ed3
@ -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});
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user