攻击力低先手

This commit is contained in:
xianyi
2025-08-21 15:51:50 +08:00
parent 347db984b3
commit 5fc5e280dc

View File

@@ -1996,7 +1996,7 @@ namespace TcgEngine.Gameplay
} }
} }
game_data.first_player = f > l ? 0 : 1; game_data.first_player = f < l ? 0 : 1;
game_data.current_player = game_data.first_player; game_data.current_player = game_data.first_player;
} }