mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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…
Reference in a new issue