1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 03:18:09 -09:00

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
Mage.Client/plugins/images/ISD
Mage/src/mage/abilities/keyword

Binary file not shown.

After

(image error) Size: 40 KiB

Binary file not shown.

After

(image error) 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 "";
}
}