mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Flash of Insight - Fixed that its effect did not work from gaveyard.
This commit is contained in:
parent
3f898aa67b
commit
37cbc50a58
2 changed files with 23 additions and 27 deletions
|
|
@ -55,7 +55,6 @@ public class ExileXFromYourGraveCost extends VariableCostImpl {
|
|||
|
||||
public ExileXFromYourGraveCost(final ExileXFromYourGraveCost cost) {
|
||||
super(cost);
|
||||
this.amountPaid = cost.amountPaid;
|
||||
this.filter = cost.filter;
|
||||
}
|
||||
|
||||
|
|
@ -78,5 +77,4 @@ public class ExileXFromYourGraveCost extends VariableCostImpl {
|
|||
TargetCardInYourGraveyard target = new TargetCardInYourGraveyard(xValue, filter);
|
||||
return new ExileFromGraveCost(target);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue