forked from External/mage
removed unnecessary overrides of adjustTargets and adjustCosts
This commit is contained in:
parent
897e41bc94
commit
3feb2017d3
4 changed files with 4 additions and 68 deletions
|
|
@ -102,24 +102,6 @@ public class PermanentToken extends PermanentImpl {
|
|||
return new PermanentToken(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void adjustTargets(Ability ability, Game game) {
|
||||
if (getToken().getCopySourceCard() != null) {
|
||||
getToken().getCopySourceCard().adjustTargets(ability, game);
|
||||
} else {
|
||||
super.adjustTargets(ability, game);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {
|
||||
if (getToken().getCopySourceCard() != null) {
|
||||
getToken().getCopySourceCard().adjustCosts(ability, game);
|
||||
} else {
|
||||
super.adjustCosts(ability, game);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateZoneChangeCounter(Game game, ZoneChangeEvent event) {
|
||||
// token must change zcc on enters to battlefield (like cards do with stack),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue