mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user