Added Lost Auramancers.

This commit is contained in:
Quercitron 2016-02-07 15:42:43 +03:00
parent 687ab7ec6b
commit d74d3ce3fe
2 changed files with 92 additions and 1 deletions

View file

@ -64,7 +64,7 @@ public class SourceHasCounterCondition implements Condition {
@SuppressWarnings("null")
public boolean apply(Game game, Ability source) {
Card card = null;
Permanent permanent = game.getPermanent(source.getSourceId());
Permanent permanent = game.getPermanentOrLKIBattlefield(source.getSourceId());
if (permanent == null) {
card = game.getCard(source.getSourceId());
if (card == null) {