Commit 54bfe976 authored by mercury233's avatar mercury233

minor fix

parent a1f5b56a
......@@ -382,9 +382,7 @@ namespace WindBot.Game.AI.Decks
if (destroyCard == null)
return false;
if (tributeId != -1)
AI.SelectCard(tributeId);
AI.SelectCard(tributeId);
AI.SelectNextCard(destroyCard);
return true;
......
......@@ -64,7 +64,7 @@ namespace WindBot.Game.AI.Decks
//AddExecutor(ExecutorType.ToBattlePhase, ToBattlePhaseeff);
AddExecutor(ExecutorType.Activate, CardId.StarlightRoad, PreventFeatherDustereff);
AddExecutor(ExecutorType.Activate, CardId.TheHugeRevolutionIsOver, PreventFeatherDustereff);
AddExecutor(ExecutorType.Activate, _CardId.GhostBelle, DefaultGhostBelle);
AddExecutor(ExecutorType.Activate, _CardId.GhostBelle, DefaultGhostBelleAndHauntedMansion);
AddExecutor(ExecutorType.Activate, _CardId.CalledByTheGrave, DefaultCalledByTheGrave);
AddExecutor(ExecutorType.Activate, _CardId.EffectVeiler, DefaultEffectVeiler);
AddExecutor(ExecutorType.Activate, _CardId.InfiniteImpermanence, DefaultInfiniteImpermanence);
......
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