Merge pull request #7353 from weirddan455/goldspan-dragon-text-fix

[KHM] Goldspan Dragon - Fixed rules text
This commit is contained in:
Oleg Agafonov 2021-01-09 18:07:43 +01:00 committed by GitHub
commit 27244dd6aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}");