Commit 4de427ed authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:IceYGO/windbot

parents 0c2877b4 c7439ae7
......@@ -230,6 +230,9 @@ namespace WindBot.Game.AI.Decks
}
private bool UnendingNightmareeff()
{
if (Card.IsDisabled()){
return false;
}
ClientCard card = null;
foreach(ClientCard check in Enemy.GetSpells())
{
......@@ -724,4 +727,4 @@ namespace WindBot.Game.AI.Decks
return true;
}
}
}
\ No newline at end of file
}
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