mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tripod - use addToInventory
This commit is contained in:
parent
237b5b4e35
commit
732dbd315a
@ -18,13 +18,13 @@
|
||||
PARAMS_2(_tripod,_unit);
|
||||
|
||||
if ((_unit call CBA_fnc_getUnitAnim) select 0 == "stand") then {
|
||||
_unit playMove "AmovPercMstpSrasWrflDnon_diary";
|
||||
_unit playMove "AmovPercMstpSrasWrflDnon_diary";
|
||||
};
|
||||
|
||||
[{
|
||||
PARAMS_2(_tripod,_unit);
|
||||
|
||||
_unit addItem "ACE_Tripod";
|
||||
|
||||
[_unit, "ACE_Tripod"] call EFUNC(common,addToInventory);
|
||||
deleteVehicle _tripod;
|
||||
|
||||
|
||||
}, [_tripod, _unit], 1, 0]call EFUNC(common,waitAndExecute);
|
||||
|
Loading…
Reference in New Issue
Block a user