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:
parent
bdb62f94b7
commit
7ca623ecf0
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue