mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
- outcome fix
This commit is contained in:
parent
e68c7bfeda
commit
1aa20a0483
1 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue