mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
nozzle additonal check condition
This commit is contained in:
parent
43a168f0b9
commit
56e919dccc
@ -23,4 +23,4 @@ _nozzle = _unit getVariable [QGVAR(nozzle), objNull];
|
|||||||
|
|
||||||
!(isNull _nozzle ||
|
!(isNull _nozzle ||
|
||||||
{(_target distance _unit) > REFUEL_ACTION_DISTANCE} ||
|
{(_target distance _unit) > REFUEL_ACTION_DISTANCE} ||
|
||||||
{!isNull (_target getVariable [QGVAR(nozzle), objNull])}) // TODO verify cant connect multiple fuel lines
|
{!isNull (_target getVariable [QGVAR(nozzle), objNull])} || isEngineOn _target) // TODO verify cant connect multiple fuel lines
|
||||||
|
Loading…
Reference in New Issue
Block a user