Commit 4e462bf4 authored by mercury233's avatar mercury233

update Orcust

SheorcustDingirsu destroy replace check
parent 684ac7e1
......@@ -701,6 +701,11 @@ namespace WindBot.Game.AI.Decks
private bool SheorcustDingirsuEffect()
{
if (ActivateDescription == 96)
{
// TODO: FogBlade lost target
return true;
}
ClientCard target;
target = GetFogBladeTarget();
if (target != null && target != RustyBardicheTarget)
......
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