From 1848d03b5cab12c8f327aed8d23e27b2f9b393ee Mon Sep 17 00:00:00 2001 From: capitalthree Date: Wed, 22 Nov 2023 04:51:47 -0600 Subject: [PATCH] no place prediction for territory markers (since they are picky about allowing placement and might change color) --- stones.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stones.lua b/stones.lua index 3ebbf9f..384a626 100644 --- a/stones.lua +++ b/stones.lua @@ -65,7 +65,6 @@ local function reg(name, basename, basedef) fixed = {-7/16, -8/16, -7/16, 7/16, 2/16, 7/16} }, - tiles = { basedef.tiles[1] }, @@ -110,6 +109,7 @@ local function reg(name, basename, basedef) fixed = {-6/16, -8/16, -6/16, 6/16, 0/16, 6/16} }, + node_placement_prediction = "", tiles = { basedef.tiles[1]