Fixed that discard cost of Wolf of Devil's Breach was not handled correctly (fixes #1668).

This commit is contained in:
LevelX2 2016-04-05 16:56:56 +02:00
parent 8780a6101a
commit b80166664f
3 changed files with 74 additions and 20 deletions

View file

@ -90,6 +90,10 @@ public class DoIfCostPaid extends OneShotEffect {
return game.getPlayer(source.getControllerId());
}
public Cost getCost() {
return cost;
}
@Override
public String getText(Mode mode) {
if (!staticText.isEmpty()) {