Commit 5c585506 authored by mercury233's avatar mercury233

fix ThreateningRoareff of ChainBurn deck

parent 82d2241f
...@@ -428,7 +428,7 @@ namespace WindBot.Game.AI.Decks ...@@ -428,7 +428,7 @@ namespace WindBot.Game.AI.Decks
{ {
if (drawfirst) return true; if (drawfirst) return true;
if (must_chain()) return true; if (must_chain()) return true;
if (prevent_used||Duel.Phase!=DuelPhase.Main1) return false; if (prevent_used || Duel.Phase != DuelPhase.BattleStart) return false;
prevent_used = true; prevent_used = true;
return DefaultUniqueTrap(); return DefaultUniqueTrap();
} }
......
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