Commit 07508464 authored by mercury233's avatar mercury233

fix Salamangreat deck Borrelsword summon

parent bb6c2076
...@@ -1096,6 +1096,7 @@ namespace WindBot.Game.AI.Decks ...@@ -1096,6 +1096,7 @@ namespace WindBot.Game.AI.Decks
{ {
if (Duel.Phase != DuelPhase.Main1) return false; if (Duel.Phase != DuelPhase.Main1) return false;
if (Duel.Turn == 1) return false; if (Duel.Turn == 1) return false;
if (wasStallioActivated) return false;
List<ClientCard> material_list = new List<ClientCard>(); List<ClientCard> material_list = new List<ClientCard>();
List<ClientCard> bot_monster = Bot.GetMonsters(); List<ClientCard> bot_monster = Bot.GetMonsters();
......
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