Commit 4de427ed authored by nanahira's avatar nanahira

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

parents 0c2877b4 c7439ae7
Pipeline #707 passed with stages
in 1 minute and 10 seconds
...@@ -230,6 +230,9 @@ namespace WindBot.Game.AI.Decks ...@@ -230,6 +230,9 @@ namespace WindBot.Game.AI.Decks
} }
private bool UnendingNightmareeff() private bool UnendingNightmareeff()
{ {
if (Card.IsDisabled()){
return false;
}
ClientCard card = null; ClientCard card = null;
foreach(ClientCard check in Enemy.GetSpells()) foreach(ClientCard check in Enemy.GetSpells())
{ {
......
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