mirror of
https://github.com/correl/mage.git
synced 2024-12-28 11:14:13 +00:00
Fix verify
This commit is contained in:
parent
a01169eeb2
commit
33ba01e093
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PlanarIncisionEffect extends OneShotEffect {
|
|||
|
||||
PlanarIncisionEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "Exile target artifact or creature, then return it to the battlefield under its owner’s 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) {
|
||||
|
|
Loading…
Reference in a new issue