Commit 808c5f05 authored by mercury233's avatar mercury233

fix Rank5 DoubleSummonEffect

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