mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08: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…
Add table
Add a link
Reference in a new issue