mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix error
This commit is contained in:
parent
ce972d294d
commit
fa1dfb8a42
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import java.util.UUID;
|
||||||
*/
|
*/
|
||||||
public final class PriceOfFame extends CardImpl {
|
public final class PriceOfFame extends CardImpl {
|
||||||
|
|
||||||
private static final Condition condition = new SourceTargetsPermanentCondition(StaticFilters.FILTER_CONTROLLED_CREATURE_LEGENDARY);
|
private static final Condition condition = new SourceTargetsPermanentCondition(StaticFilters.FILTER_CREATURE_LEGENDARY);
|
||||||
|
|
||||||
public PriceOfFame(UUID ownerId, CardSetInfo setInfo) {
|
public PriceOfFame(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{3}{B}");
|
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{3}{B}");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue