mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Small change to Afiya Grove
This commit is contained in:
parent
0b691cc97b
commit
5d8d0f9d9d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class AfiyaGrove extends CardImpl {
|
|||
class MoveCounterToTargetFromSourceEffect extends OneShotEffect {
|
||||
|
||||
public MoveCounterToTargetFromSourceEffect() {
|
||||
super(Outcome.Detriment);
|
||||
super(Outcome.Benefit);
|
||||
this.staticText = "move a +1/+1 counter from {this} onto target creature";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue