Skip to content

Commit 8bd3682

Browse files
committed
Use correct hint class for Wizard's Storeroom
1 parent f08edc1 commit 8bd3682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pysollib/games/special/hexadeck.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,8 @@ def isGameWon(self):
16321632
# ************************************************************************
16331633

16341634
class WizardsStoreroom(AbstractHexADeckGame):
1635+
Hint_Class = CautiousDefaultHint
1636+
16351637
MAX_ROUNDS = 2
16361638

16371639
#

0 commit comments

Comments
 (0)