mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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…
Add table
Add a link
Reference in a new issue