mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Some minor changes.
This commit is contained in:
parent
55917ccc63
commit
c70b548464
3 changed files with 14 additions and 12 deletions
|
|
@ -32,6 +32,7 @@ import mage.MageInt;
|
|||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.DiesCreatureTriggeredAbility;
|
||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||
import mage.abilities.effects.common.LoseLifeOpponentsEffect;
|
||||
import mage.abilities.effects.common.counter.AddCountersTargetEffect;
|
||||
import mage.abilities.keyword.MenaceAbility;
|
||||
import mage.cards.CardImpl;
|
||||
|
|
@ -77,7 +78,7 @@ public class PlagueBelcher extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Whenever another Zombie you control dies, each opponent loses 1 life.
|
||||
this.addAbility(new DiesCreatureTriggeredAbility(new LoseLifeOpponentsEffect(), false, filter));
|
||||
this.addAbility(new DiesCreatureTriggeredAbility(new LoseLifeOpponentsEffect(1), false, filter));
|
||||
}
|
||||
|
||||
public PlagueBelcher(final PlagueBelcher card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue