Commit 021c403c authored by mercury233's avatar mercury233

fix

parent cef59e82
...@@ -225,7 +225,7 @@ namespace WindBot.Game.AI ...@@ -225,7 +225,7 @@ namespace WindBot.Game.AI
/// </summary> /// </summary>
protected bool DefaultTorrentialTribute() protected bool DefaultTorrentialTribute()
{ {
return (AI.Utils.IsEnemyBetter(true, true)); return !HasChainedTrap(0) && AI.Utils.IsEnemyBetter(true, true);
} }
/// <summary> /// <summary>
......
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