From 4674831507e80949ea78b12016d473975664419b Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 27 Aug 2023 12:55:28 -0400 Subject: [PATCH] Disabled (useless) hint in Matrix. --- pysollib/games/ultra/matrix.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pysollib/games/ultra/matrix.py b/pysollib/games/ultra/matrix.py index bce2348d..0419abe0 100644 --- a/pysollib/games/ultra/matrix.py +++ b/pysollib/games/ultra/matrix.py @@ -132,6 +132,10 @@ class Matrix_RowStack(OpenStack): # ************************************************************************ class Matrix(Game): + # FIXME: Re-enable hints if a good hint class can be built. + # But if hints are re-enabled, make sure to disable stuck-checking. + # You can't get stuck in Matrix games. + Hint_Class = None # # Game layout