fix(DSL): 南昌麻将加吃牌(chi)

南昌麻将应有吃牌, DSL遗漏此操作。加后胡牌率60%→85%.
This commit is contained in:
xiaoou
2026-07-04 23:56:17 +08:00
parent 1be5062d4d
commit 96068ed007

View File

@ -80,6 +80,7 @@ phases:
- { action: win, condition: can_win_tumo } - { action: win, condition: can_win_tumo }
others_reaction: others_reaction:
options: options:
- { action: chi, priority: 1, condition: can_chi }
- { action: pung, priority: 2, condition: has_two_same } - { action: pung, priority: 2, condition: has_two_same }
- { action: ming_kong, priority: 3, condition: has_three_same } - { action: ming_kong, priority: 3, condition: has_three_same }
- { action: win, priority: 4, condition: can_win } - { action: win, priority: 4, condition: can_win }