[C13] Added Sun Droplet and Lim-Dul's Vaul.

This commit is contained in:
LevelX2 2013-11-27 08:17:52 +01:00
parent 773500dadb
commit 16eee07a74
6 changed files with 381 additions and 3 deletions

View file

@ -40,7 +40,7 @@ import mage.game.permanent.Permanent;
*/
public class HasCounterCondition implements Condition {
private CounterType counterType;
private final CounterType counterType;
private int amount = 1;
private int from = -1;
private int to;
@ -61,6 +61,7 @@ public class HasCounterCondition implements Condition {
}
@Override
@SuppressWarnings("null")
public boolean apply(Game game, Ability source) {
Card card = null;
Permanent permanent = game.getPermanent(source.getSourceId());