1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-06 09:13:45 -09:00

Implemented Vodalian War Machine

This commit is contained in:
L_J 2018-02-21 17:13:38 +00:00 committed by GitHub
parent 9e94191408
commit 93280d1835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,10 @@ public class TapTargetCost extends CostImpl {
return target.canChoose(sourceId, controllerId, game);
}
public TargetControlledPermanent getTarget() {
return target;
}
@Override
public TapTargetCost copy() {
return new TapTargetCost(this);