1
0
Fork 0
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:
Joe R 2022-06-09 18:05:21 -04:00
parent a8c307fd3a
commit e1cee1a6c2

View file

@ -284,7 +284,7 @@ class SalicLaw(DerKatzenschwanz):
Hint_Class = SalicLaw_Hint
Solver_Class = None
Talon_Class = SalicLaw_Talon_2
Talon_Class = SalicLaw_Talon
Foundation_Classes = [
StackWrapper(AbstractFoundationStack, max_cards=1, base_rank=QUEEN),
StackWrapper(SalicLaw_Foundation, max_cards=11, base_rank=ACE),