From 236585f3fbff58ce008e2fe7f92fedadefafb5c5 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 9 Jul 2019 16:44:07 +0000 Subject: [PATCH] Lines from different pairs running together is really bad --- LayoutLink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LayoutLink.js b/LayoutLink.js index c2ee121..0fabad2 100644 --- a/LayoutLink.js +++ b/LayoutLink.js @@ -144,7 +144,7 @@ class LayoutLink { // Encourage merging cost -= 0.25; } else { - cost += 2; + cost += 5; } }