mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[CMR] fixed Captain Vargus Wrath - missing hint;
This commit is contained in:
parent
c13716d1c5
commit
248e3b009b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class CaptainVargusWrath extends CardImpl {
|
|||
Duration.EndOfTurn, filter, false, true
|
||||
), false, "Whenever {this} attacks, Pirates you control get +1/+1 until end of turn " +
|
||||
"for each time you've cast a commander from the command zone this game."
|
||||
));
|
||||
).addHint(CaptainVargusWrathValue.getHint()));
|
||||
}
|
||||
|
||||
private CaptainVargusWrath(final CaptainVargusWrath card) {
|
||||
|
|
Loading…
Reference in a new issue