From 3547c5ad0aff6c29d305fefa8cf17ca5aef3e313 Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 18 Feb 2024 13:00:47 -0500 Subject: [PATCH] Alignment of Interlock type game foundations. --- pysollib/games/interlock.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pysollib/games/interlock.py b/pysollib/games/interlock.py index 02cff08d..812e5745 100644 --- a/pysollib/games/interlock.py +++ b/pysollib/games/interlock.py @@ -130,7 +130,9 @@ class Interlock(Game): x += lay.XS s.waste = WasteStack(x, y, self) lay.createText(s.waste, "s") - x += lay.XS * max(1, (self.MAX_ROWS - 6) // 2) + x = lay.XM + lay.XS * (max(self.MAX_ROWS, 7) - 5) + else: + x += lay.XS * max(1.0, (self.MAX_ROWS - 6) / 2) for i in range(4): x += lay.XS s.foundations.append(SS_FoundationStack(x, y, self, i,