Update calculate_fan.py
parent
066436b4e5
commit
4e563ae946
|
|
@ -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,
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue