mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Merge pull request #7353 from weirddan455/goldspan-dragon-text-fix
[KHM] Goldspan Dragon - Fixed rules text
This commit is contained in:
commit
27244dd6aa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import mage.game.stack.StackObject;
|
|||
*/
|
||||
public final class GoldspanDragon extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterPermanent(SubType.TREASURE, "Treasure");
|
||||
private static final FilterPermanent filter = new FilterPermanent(SubType.TREASURE, "Treasures");
|
||||
|
||||
public GoldspanDragon(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{R}{R}");
|
||||
|
|
Loading…
Reference in a new issue