Fixed code

This commit is contained in:
Harrison Deng 2021-05-07 20:34:54 -05:00
parent 366b3f6a0a
commit 2010398a12

View File

@ -438,6 +438,7 @@ local function quarry(x, y, z, forward, right, pattern)
for xDelta=1,math.abs(x) do
for zDelta=1,math.abs(z) do
local success = true;
if reverseTrip then
orient(vector.new(0,0, -z), forward, right)
else
orient(vector.new(0, 0, z), forward, right)