mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixed that discard cost of Wolf of Devil's Breach was not handled correctly (fixes #1668).
This commit is contained in:
parent
8780a6101a
commit
b80166664f
3 changed files with 74 additions and 20 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue