mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Little improvement in damageChoosingTargets AI (Chandra, the Firebrand will no longer omit targeting the human).
This commit is contained in:
@@ -447,7 +447,7 @@ public class AbilityFactory_DealDamage {
|
||||
|
||||
// TODO: add check here if card is about to die from something on the stack
|
||||
// or from taking combat damage
|
||||
boolean freePing = mandatory || AbilityFactory.playReusable(saMe);
|
||||
boolean freePing = mandatory || AbilityFactory.playReusable(saMe) || tgt.getNumTargeted() > 0;
|
||||
|
||||
if (freePing && tgt.addTarget(AllZone.getHumanPlayer()))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user