diff --git a/pysollib/games/spider.py b/pysollib/games/spider.py index 6f43c68d2b..cb4769c4a6 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):