Commit 7783107b authored by 苍蓝's avatar 苍蓝

update

parent b89e8089
Pipeline #21308 passed with stage
in 23 seconds
......@@ -228,7 +228,7 @@ namespace WindBot.Game.AI.Decks
private bool 遥控女Effect1()
{
var mon = Enemy.MonsterZone.GetHighestAttackMonster();
if(mon.Attack > 1800 && mon.Defense < Util.GetBestBotMonster().Attack)
if(mon.Attack > 1800 && mon.Defense < Util.GetBestBotMonster().Attack && Bot.HasInGraveyard(targets))
AI.SelectCard(targets);
AI.SelectNextCard(mon);
return 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