Merge pull request #219 from argonui/displacementtool-fix

Displacement Tool: redraw connections after displacement
This commit is contained in:
Chr1Z 2023-03-01 01:58:09 +01:00 committed by GitHub
commit a2c5b68fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,6 +499,7 @@ function shiftContents(playerColor, direction)
object.translate(SHIFT_OFFSETS[direction]) object.translate(SHIFT_OFFSETS[direction])
end end
end end
Wait.time(drawBaseConnections, 0.1)
end end
-- Returns the current value of the investigator counter from the playmat -- Returns the current value of the investigator counter from the playmat