Commit 745421f7 authored by mercury233's avatar mercury233

update LightswornShaddoldinosour deck by handsomekiwi

parent 85710abc
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
80280944 80280944
48048590 48048590
77723643 77723643
77723643
55623480 55623480
30328508 30328508
30328508 30328508
......
...@@ -1052,7 +1052,7 @@ namespace WindBot.Game.AI.Decks ...@@ -1052,7 +1052,7 @@ namespace WindBot.Game.AI.Decks
if (Card.Location == CardLocation.Grave) if (Card.Location == CardLocation.Grave)
return true; return true;
if (Bot.LifePoints <= 1000) return false; if (Bot.LifePoints <= 1000) return false;
ClientCard select = AI.Utils.GetBestEnemyMonster(); ClientCard select = AI.Utils.GetBestEnemyCard();
if (select == null) return false; if (select == null) return false;
if(select!=null) if(select!=null)
{ {
......
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