mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Another tweak for the targeting AI of AF DealDamage.
This commit is contained in:
@@ -553,7 +553,7 @@ public class AbilityFactoryDealDamage {
|
||||
}
|
||||
}
|
||||
|
||||
final Card c = this.dealDamageChooseTgtC(saMe, dmg, noPrevention, AllZone.getHumanPlayer(), mandatory);
|
||||
final Card c = this.dealDamageChooseTgtC(saMe, dmg, noPrevention, AllZone.getHumanPlayer(), false);
|
||||
if (c != null) {
|
||||
tgt.addTarget(c);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user