From ecb53e9717f75c21d849adcc64d58b84a9cde974 Mon Sep 17 00:00:00 2001 From: Novatux <nathanael.courant@laposte.net> Date: Sun, 18 May 2014 16:11:06 +0200 Subject: [PATCH] Mining lasers: don't dig the node the player is in. --- technic/tools/mining_lasers.lua | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/technic/tools/mining_lasers.lua b/technic/tools/mining_lasers.lua index e06c7bf..03286f4 100644 --- a/technic/tools/mining_lasers.lua +++ b/technic/tools/mining_lasers.lua @@ -107,9 +107,9 @@ local t_dir = get_used_dir(dir) local dir_typ = t_dir[1] if t_dir[3] == "+" then - f_tab = {0, range} + f_tab = {1, range} else - f_tab = {-range,0} + f_tab = {-range, -1} end local d_ch = t_dir[2] if dir_typ == "x" then -- Gitblit v1.8.0