[ZNR] fixed Zof Consumption text (#7044)

This commit is contained in:
Evan Kranzler 2020-09-21 17:29:59 -04:00
parent f951e76148
commit 3a865996d2

View file

@ -21,7 +21,7 @@ public final class ZofConsumption extends CardImpl {
// Each opponent loses 4 life and you gain 4 life.
this.getSpellAbility().addEffect(new LoseLifeOpponentsEffect(4));
this.getSpellAbility().addEffect(new GainLifeEffect(4).setText("and"));
this.getSpellAbility().addEffect(new GainLifeEffect(4).concatBy("and"));
}
private ZofConsumption(final ZofConsumption card) {