dev #1

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

View File

@@ -44,8 +44,9 @@ def calculate_fan(hand, melds, is_self_draw, is_cleared, conditions):
conditions.get("is_clear_seven_pairs", False) or
conditions.get("is_full_request", False) or
conditions.get("is_rob_gang", False) or
conditions.get("is_under_the_sea", False))
else 0,
conditions.get("is_under_the_sea", False) or
conditions.get("is_tian_hu", False) or
conditions.get("is_di_hu", False)) else 0,
}