mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Merge pull request #4542 from Zzooouhh/Zzooouhh-vwm
Implemented Vodalian War Machine (Fallen Empires complete) & some Legends cards
This commit is contained in:
commit
a6e389bbaa
16 changed files with 944 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue