Merge pull request #4542 from Zzooouhh/Zzooouhh-vwm

Implemented Vodalian War Machine (Fallen Empires complete) & some Legends cards
This commit is contained in:
LevelX2 2018-02-24 16:45:42 +01:00 committed by GitHub
commit a6e389bbaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 944 additions and 3 deletions

View file

@ -78,6 +78,10 @@ public class TapTargetCost extends CostImpl {
public boolean canPay(Ability ability, UUID sourceId, UUID controllerId, Game game) {
return target.canChoose(sourceId, controllerId, game);
}
public TargetControlledPermanent getTarget() {
return target;
}
@Override
public TapTargetCost copy() {