mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added Lost Auramancers.
This commit is contained in:
parent
687ab7ec6b
commit
d74d3ce3fe
2 changed files with 92 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue