1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix for dealing sound in Daddy Longlegs.

This commit is contained in:
Joe R 2021-10-19 17:26:59 -04:00
parent bdb62f94b7
commit 7ca623ecf0

View file

@ -40,6 +40,7 @@ class DaddyLonglegs(Game):
l.defaultStackGroups()
def startGame(self):
self.startDealSample()
self.s.talon.dealRow()
def isGameWon(self):
@ -53,5 +54,4 @@ class DaddyLonglegs(Game):
# register the game
registerGame(GameInfo(555001, DaddyLonglegs, "Daddy Longlegs",
GI.GT_SPIDER, 1, 0, GI.SL_MOSTLY_SKILL,
rules_filename="daddylonglegs.html"))
GI.GT_SPIDER, 1, 0, GI.SL_MOSTLY_SKILL))