mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Winter's Chill
This commit is contained in:
@@ -78,7 +78,7 @@ public class TargetSelection {
|
||||
|
||||
boolean hasEnoughTargets = minTargets == 0 || numTargeted >= minTargets;
|
||||
boolean hasAllTargets = numTargeted == maxTargets && maxTargets > 0;
|
||||
|
||||
if (maxTargets == 0) return true;
|
||||
// if not enough targets chosen, cancel Ability
|
||||
if (this.bTargetingDone && !hasEnoughTargets)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user