From 885b2925ab9704231548acdf121007f2b9a6ac97 Mon Sep 17 00:00:00 2001 From: Joe R Date: Mon, 15 Jul 2024 18:03:44 -0400 Subject: [PATCH] Fix Astrocyte to use correct hints --- pysollib/games/spider.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysollib/games/spider.py b/pysollib/games/spider.py index 6f43c68d2..cb4769c4a 100644 --- a/pysollib/games/spider.py +++ b/pysollib/games/spider.py @@ -1485,6 +1485,7 @@ def isGameWon(self): # ************************************************************************ class Astrocyte(Game): + Hint_Class = Spider_Hint def createGame(self):