Images. fix for transform rules text.

This commit is contained in:
magenoxx 2011-09-17 16:54:55 +04:00
parent 16ced2b07e
commit 41aae0c71d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -56,7 +56,7 @@ public class TransformAbility extends SimpleStaticAbility {
@Override
public String getRule() {
return "Transform";
return "";
}
}
@ -116,7 +116,7 @@ class TransformEffect extends ContinuousEffectImpl<TransformEffect> {
@Override
public String getText(Mode mode) {
return "You may have {this} enter the battlefield as a copy of any " + mode.getTargets().get(0).getTargetName() + " on the battlefield";
return "";
}
}