mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fixed forced autodrop in Salic Law game.
This commit is contained in:
parent
a8c307fd3a
commit
e1cee1a6c2
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class SalicLaw(DerKatzenschwanz):
|
||||||
Hint_Class = SalicLaw_Hint
|
Hint_Class = SalicLaw_Hint
|
||||||
Solver_Class = None
|
Solver_Class = None
|
||||||
|
|
||||||
Talon_Class = SalicLaw_Talon_2
|
Talon_Class = SalicLaw_Talon
|
||||||
Foundation_Classes = [
|
Foundation_Classes = [
|
||||||
StackWrapper(AbstractFoundationStack, max_cards=1, base_rank=QUEEN),
|
StackWrapper(AbstractFoundationStack, max_cards=1, base_rank=QUEEN),
|
||||||
StackWrapper(SalicLaw_Foundation, max_cards=11, base_rank=ACE),
|
StackWrapper(SalicLaw_Foundation, max_cards=11, base_rank=ACE),
|
||||||
|
|
Loading…
Add table
Reference in a new issue