Commit 808c5f05 authored by mercury233's avatar mercury233

fix Rank5 DoubleSummonEffect

parent 5bc79ea6
...@@ -220,8 +220,9 @@ namespace WindBot.Game.AI.Decks ...@@ -220,8 +220,9 @@ namespace WindBot.Game.AI.Decks
{ {
CardId.WindUpSoldier, CardId.WindUpSoldier,
CardId.StarDrawing, CardId.StarDrawing,
CardId.ChronomalyGoldenJet CardId.ChronomalyGoldenJet,
}) || (Bot.HasInHand(CardId.MistArchfiend) && NeedLV5())) CardId.MistArchfiend
}))
{ {
NormalSummoned = false; NormalSummoned = false;
DoubleSummonUsed = true; DoubleSummonUsed = true;
......
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