mirror of
https://github.com/correl/mage.git
synced 2025-04-13 09:11:06 -09:00
Implemented Vodalian War Machine
This commit is contained in:
parent
9e94191408
commit
93280d1835
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ public class TapTargetCost extends CostImpl {
|
||||||
return target.canChoose(sourceId, controllerId, game);
|
return target.canChoose(sourceId, controllerId, game);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public TargetControlledPermanent getTarget() {
|
||||||
|
return target;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TapTargetCost copy() {
|
public TapTargetCost copy() {
|
||||||
return new TapTargetCost(this);
|
return new TapTargetCost(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue