- Added Afflict, Bewilder, Constricting Tendrils, Darkblast, Dizzy Spell, Drag Down, Feeding Frenzy, Fleeting Distraction, Irradiate, Last Gasp, Lose Hope, Pull Under and Stabbing Pain.

- Added Curse option to Disorient.
This commit is contained in:
jendave
2011-08-06 06:14:18 +00:00
parent 4864cef54c
commit 617a9ff511
2 changed files with 110 additions and 10 deletions

View File

@@ -4890,8 +4890,7 @@ public class CardFactory implements NewConstants {
}
});
if (NumDefense[0] < 0 && !list.isEmpty()) { // with spells that give -X/-X, compi will try to destroy a creature
int defmalus = - getNumDefense();
list = CardListUtil.filterToughness(list, defmalus);
list = CardListUtil.filterToughness(list, - getNumDefense());
} // -X/-X end
if (!list.isEmpty()) {
t = CardFactoryUtil.AI_getBestCreature(list);