mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed a test failure
This commit is contained in:
parent
5ca4cea27e
commit
984fee5727
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public final class GnostroVoiceOfTheCrags extends CardImpl {
|
|||
|
||||
// • You gain X life.
|
||||
ability.addMode(new Mode(new GainLifeEffect(GnostroVoiceOfTheCragsValue.instance).setText("you gain X life")));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private GnostroVoiceOfTheCrags(final GnostroVoiceOfTheCrags card) {
|
||||
|
|
Loading…
Reference in a new issue