forked from External/mage
Fire discard cards event when discarding as a cost (#7436)
Fire discard cards event when discarding as a cost, fixes #7368
This commit is contained in:
parent
2d96d36ec8
commit
68613672b1
2 changed files with 79 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
|
||||
@Override
|
||||
public boolean discard(Card card, boolean payForCost, Ability source, Game game) {
|
||||
return doDiscard(card, source, game, payForCost, false);
|
||||
return doDiscard(card, source, game, payForCost, true);
|
||||
}
|
||||
|
||||
private boolean doDiscard(Card card, Ability source, Game game, boolean payForCost, boolean fireFinalEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue