mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
[ZNR] fixed Zof Consumption text (#7044)
This commit is contained in:
parent
f951e76148
commit
3a865996d2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue