Commit 01bcb3d0 authored by mercury233's avatar mercury233

fix Altergeist Marionetter

parent 9dd5b55d
......@@ -1135,7 +1135,7 @@ namespace WindBot.Game.AI.Decks
}
if (!AI.Utils.IsTurn1OrMain2())
{
ClientCard self_best = AI.Utils.GetBestBotMonster(true);
ClientCard self_best = AI.Utils.GetBestBotMonster();
ClientCard enemy_best = AI.Utils.GetProblematicEnemyCard(self_best.Attack + 1, true);
ClientCard enemy_target = GetProblematicEnemyCard_Alter(true,false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment