- Fixed AI not targeting with Armistice.

This commit is contained in:
Sloth
2014-04-29 06:56:24 +00:00
parent cb18d42769
commit 11799fd2ca

View File

@@ -158,4 +158,9 @@ public class LifeGainAi extends SpellAbilityAi {
return true; return true;
} }
@Override
public boolean chkAIDrawback(SpellAbility sa, Player ai) {
return doTriggerAINoCost(ai, sa, true);
}
} }