mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix return value of dealCards
for Canfield Rush talon
This commit is contained in:
parent
6415c5fead
commit
3b80878788
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ class Demon(Canfield):
|
|||
class CanfieldRush_Talon(WasteTalonStack):
|
||||
def dealCards(self, sound=False):
|
||||
self.num_deal = 4-self.round
|
||||
WasteTalonStack.dealCards(self, sound=sound)
|
||||
return WasteTalonStack.dealCards(self, sound=sound)
|
||||
|
||||
|
||||
class CanfieldRush(Canfield):
|
||||
|
|
Loading…
Add table
Reference in a new issue