Knock down nearest Wracks / Rocks

This commit is contained in:
He-Man 2020-07-24 20:40:37 +02:00
parent 61af4f5e6a
commit ee32732b43

View File

@ -25,6 +25,7 @@ if ((diag_tickTime - EPOCH_lastMineRocks) >= 2) then {
};
_objects = lineIntersectsWith[eyePos player, _currentPos, player, objNull, true];
reverse _objects;
_object = objNull;
_found = false;