Commit 296c7a5e authored by mercury233's avatar mercury233

update DefaultOnBecomeTarget destroyAllList

parent c7da5e3f
...@@ -63,6 +63,7 @@ namespace WindBot.Game.AI ...@@ -63,6 +63,7 @@ namespace WindBot.Game.AI
public const int SolemnWarning = 84749824; public const int SolemnWarning = 84749824;
public const int SolemnStrike = 40605147; public const int SolemnStrike = 40605147;
public const int TorrentialTribute = 53582587; public const int TorrentialTribute = 53582587;
public const int EvenlyMatched = 15693423;
public const int HeavyStorm = 19613556; public const int HeavyStorm = 19613556;
public const int HammerShot = 26412047; public const int HammerShot = 26412047;
public const int DarkHole = 53129443; public const int DarkHole = 53129443;
...@@ -791,7 +792,8 @@ namespace WindBot.Game.AI ...@@ -791,7 +792,8 @@ namespace WindBot.Game.AI
_CardId.EvilswarmExcitonKnight, _CardId.EvilswarmExcitonKnight,
_CardId.BlackRoseDragon, _CardId.BlackRoseDragon,
_CardId.JudgmentDragon, _CardId.JudgmentDragon,
_CardId.TopologicTrisbaena _CardId.TopologicTrisbaena,
_CardId.EvenlyMatched
}; };
int[] destroyAllOpponentSpellList = int[] destroyAllOpponentSpellList =
{ {
......
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