Small change to Afiya Grove

This commit is contained in:
Evan Kranzler 2017-08-15 09:49:53 -04:00
parent 0b691cc97b
commit 5d8d0f9d9d

View file

@ -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";
}