mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix test failure
This commit is contained in:
parent
6b4acfe5ce
commit
440ece463a
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ import mage.game.permanent.Permanent;
|
|||
import mage.target.TargetPermanent;
|
||||
import mage.target.common.TargetControlledCreaturePermanent;
|
||||
import mage.target.common.TargetOpponentsCreaturePermanent;
|
||||
import mage.target.targetpointer.EachTargetPointer;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Objects;
|
||||
|
|
@ -63,6 +64,7 @@ class RhinosRampageEffect extends OneShotEffect {
|
|||
super(Outcome.BoostCreature);
|
||||
staticText = "it fights target creature an opponent controls. When excess damage is dealt to the creature " +
|
||||
"an opponent controls this way, destroy up to one target noncreature artifact with mana value 3 or less.";
|
||||
this.setTargetPointer(new EachTargetPointer());
|
||||
}
|
||||
|
||||
protected RhinosRampageEffect(final RhinosRampageEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue