diff --git a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf index e65e3103..3ad0b948 100644 --- a/Sources/epoch_code/compile/EPOCH_consumeItem.sqf +++ b/Sources/epoch_code/compile/EPOCH_consumeItem.sqf @@ -149,6 +149,9 @@ switch _interactOption do { }; }; case 4: { // Refuel 4 + if !(player == vehicle player) exitwith { + ["Fill from outside!", 5] call Epoch_message; + }; _vehicles = player nearEntities [["LandVehicle","Ship","Air","Tank"], 30]; if (cursorTarget in _vehicles) then { _vehicle = cursorTarget;