Novatux
2014-05-18 ecb53e9717f75c21d849adcc64d58b84a9cde974
Mining lasers: don't dig the node the player is in.
1 files modified
4 ■■■■ changed files
technic/tools/mining_lasers.lua 4 ●●●● patch | view | raw | blame | history
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