text fixes

This commit is contained in:
Evan Kranzler 2021-04-30 07:58:19 -04:00
parent b27f2f04c1
commit 8f9afcb617
79 changed files with 158 additions and 177 deletions

View file

@ -158,7 +158,7 @@ public class RollPlanarDieEffect extends OneShotEffect {
}
}
}
sb.append(". If you roll PW, planeswalk to a new plane");
sb.append(". If you roll PW, planeswalk to a new plane");
return sb.toString();
}