- outcome fix

This commit is contained in:
jeff@delmarus.com 2021-08-22 22:27:07 -05:00
parent e68c7bfeda
commit 1aa20a0483

View file

@ -1,4 +1,3 @@
package mage.cards.s;
import java.util.UUID;
@ -65,7 +64,7 @@ public final class ScroungingBandar extends CardImpl {
class ScroungingBandarEffect extends OneShotEffect {
public ScroungingBandarEffect() {
super(Outcome.Detriment);
super(Outcome.Benefit);
this.staticText = "move any number of +1/+1 counters from Scrounging Bandar onto another target creature";
}