forked from External/mage
Shared zcc init code
This commit is contained in:
parent
b3d721c16b
commit
bd996b2dac
6 changed files with 48 additions and 13 deletions
|
|
@ -673,6 +673,10 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
ability.setSourceObjectZoneChangeCounter(zoneChangeCounter);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initSourceObjectZoneChangeCounter(Game game, boolean force) {
|
||||
ability.initSourceObjectZoneChangeCounter(game, force);
|
||||
}
|
||||
@Override
|
||||
public int getSourceObjectZoneChangeCounter() {
|
||||
return ability.getSourceObjectZoneChangeCounter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue