攻击力低先手
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user