mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[ZNR] added missing Nighthawk Scavenger hint (#7046)
This commit is contained in:
parent
75c4ff7d8e
commit
5bd8debe91
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public final class NighthawkScavenger extends CardImpl {
|
|||
new SetPowerSourceEffect(
|
||||
NighthawkScavengerValue.instance, Duration.EndOfGame
|
||||
).setText("{this}'s power is equal to 1 plus the number of card types among cards in your opponents' graveyards.")
|
||||
));
|
||||
).addHint(NighthawkScavengerHint.instance));
|
||||
}
|
||||
|
||||
private NighthawkScavenger(final NighthawkScavenger card) {
|
||||
|
|
Loading…
Add table
Reference in a new issue