Fix verify

This commit is contained in:
Alex W. Jackson 2022-02-08 16:53:29 -05:00
parent a01169eeb2
commit 33ba01e093

View file

@ -50,7 +50,7 @@ class PlanarIncisionEffect extends OneShotEffect {
PlanarIncisionEffect() { PlanarIncisionEffect() {
super(Outcome.Benefit); super(Outcome.Benefit);
staticText = "Exile target artifact or creature, then return it to the battlefield under its owners control with a +1/+1 counter on it"; staticText = "Exile target artifact or creature, then return it to the battlefield under its owner's control with a +1/+1 counter on it";
} }
private PlanarIncisionEffect(final PlanarIncisionEffect effect) { private PlanarIncisionEffect(final PlanarIncisionEffect effect) {