From ce9a8bea53ee071925295c0547df8d8e11a5e6eb Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 13 Jun 2015 14:23:36 -0400 Subject: [PATCH] Autolathe Quality of Life: Build Tile --- code/game/machinery/autolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 7392804f585..4f8d02e0411 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -183,7 +183,7 @@ selected_category = href_list["category"] if(href_list["make"]) - BuildTurf = get_step(src.loc, get_dir(src,usr)) + BuildTurf = loc ///////////////// //href protection