- Added Winter's Chill

This commit is contained in:
swordshine
2014-03-09 10:18:52 +00:00
parent a79fd3f240
commit ba8923ae5c
3 changed files with 22 additions and 1 deletions

View File

@@ -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;