mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
_target = _this select 0;
|
||
|
_caller = _this select 1;
|
||
|
|
||
|
if !("AGM_UAVBattery" in items _caller) exitWith {};
|
||
|
|
||
|
_target setFuel 1;
|
||
|
_caller removeItem "AGM_UAVBattery";
|