Commit 1001dcb1 authored by nanahira's avatar nanahira

fix merge

parent 1cc4c23b
Pipeline #20986 failed with stages
in 48 seconds
...@@ -1192,7 +1192,6 @@ namespace WindBot.Game.AI ...@@ -1192,7 +1192,6 @@ namespace WindBot.Game.AI
return Util.IsTurn1OrMain2(); return Util.IsTurn1OrMain2();
} }
<<<<<<< HEAD
protected bool DefaultLightingStorm() protected bool DefaultLightingStorm()
{ {
if ((Enemy.MonsterZone.ToList().Count > Enemy.SpellZone.ToList().Count ) && Enemy.MonsterZone.ToList().Count>3) if ((Enemy.MonsterZone.ToList().Count > Enemy.SpellZone.ToList().Count ) && Enemy.MonsterZone.ToList().Count>3)
...@@ -1206,7 +1205,6 @@ namespace WindBot.Game.AI ...@@ -1206,7 +1205,6 @@ namespace WindBot.Game.AI
return true; return true;
} }
=======
/// <summary> /// <summary>
/// Always activate /// Always activate
/// </summary> /// </summary>
...@@ -1255,7 +1253,6 @@ namespace WindBot.Game.AI ...@@ -1255,7 +1253,6 @@ namespace WindBot.Game.AI
} }
return false; return false;
>>>>>>> 6260492fb4014076ca1854193cba6cf2cbe4df68
} }
} }
} }
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