mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[KHM] Goldspan Dragon - Fixed rules text
This commit is contained in:
parent
6b3de78db8
commit
a4a8e31b23
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