dev #1

Merged
wsy182 merged 40 commits from dev into main 2024-11-30 22:25:00 +08:00
Showing only changes of commit 705afd596b - Show all commits

View File

@@ -42,7 +42,9 @@ def calculate_fan(hand, melds, is_self_draw, is_cleared, conditions):
conditions.get("is_double_pure_cleared", False) or
conditions.get("is_small_pairs", False) or
conditions.get("is_clear_seven_pairs", False) or
conditions.get("is_full_request", False)) else 0,
conditions.get("is_full_request", False) or
conditions.get("is_rob_gang", False)) else 0,
}