forked from External/mage
AdjustTargets method for dynamic targets
This commit is contained in:
parent
ab9db5a60a
commit
a5d846f970
8 changed files with 72 additions and 13 deletions
|
|
@ -148,6 +148,9 @@ public class Emblem implements CommandObject {
|
|||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {}
|
||||
|
||||
@Override
|
||||
public void adjustTargets(Ability ability, Game game) {}
|
||||
|
||||
@Override
|
||||
public UUID getId() {
|
||||
return this.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue