mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed logic in CountersMultiplyAi.
This commit is contained in:
@@ -174,7 +174,7 @@ public class CountersMultiplyAi extends SpellAbilityAi {
|
||||
}
|
||||
|
||||
// targeting does failed
|
||||
if (!sa.isTargetNumberValid()) {
|
||||
if (!sa.isTargetNumberValid() || sa.getTargets().getNumTargeted() == 0) {
|
||||
sa.resetTargets();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user