Commit 398b60e1 authored by mercury233's avatar mercury233

fix Ash bloom vs Danger!

parent 46a4e78d
......@@ -402,6 +402,8 @@ namespace WindBot.Game.AI
};
if (Util.GetLastChainCard().IsCode(ignoreList))
return false;
if (Util.GetLastChainCard().HasSetcode(0x11e) && Util.GetLastChainCard().Location == CardLocation.Hand) // Danger! archtype hand effect
return false;
return Duel.LastChainPlayer == 1;
}
/// <summary>
......
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