mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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) {
|
if (c != null) {
|
||||||
tgt.addTarget(c);
|
tgt.addTarget(c);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user