From d86c6485e19ddc1f3eff8674349517376efed7d1 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Tue, 28 Feb 2023 13:03:33 +0100 Subject: [PATCH] redraw connections after movement --- src/core/PlayArea.ttslua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/PlayArea.ttslua b/src/core/PlayArea.ttslua index 0151aeb2..d7b9073a 100644 --- a/src/core/PlayArea.ttslua +++ b/src/core/PlayArea.ttslua @@ -499,6 +499,7 @@ function shiftContents(playerColor, direction) object.translate(SHIFT_OFFSETS[direction]) end end + Wait.time(drawBaseConnections, 0.1) end -- Returns the current value of the investigator counter from the playmat