mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix Chitin Gravestalker hint text
This commit is contained in:
parent
178bd22025
commit
30ffe9a159
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public final class ChitinGravestalker extends CardImpl {
|
|||
}
|
||||
|
||||
private static final DynamicValue xValue = new CardsInControllerGraveyardCount(filter);
|
||||
private static final Hint hint = new ValueHint("Instant and sorcery card in your graveyard", xValue);
|
||||
private static final Hint hint = new ValueHint("Artifact and/or creature cards in your graveyard", xValue);
|
||||
|
||||
public ChitinGravestalker(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{B}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue