diff --git a/Mage.Client/plugins/images/ISD/Thraben Militia.full.jpg b/Mage.Client/plugins/images/ISD/Thraben Militia.full.jpg new file mode 100644 index 00000000000..c1c3f1e78a7 Binary files /dev/null and b/Mage.Client/plugins/images/ISD/Thraben Militia.full.jpg differ diff --git a/Mage.Client/plugins/images/ISD/Thraben Sentry.full.jpg b/Mage.Client/plugins/images/ISD/Thraben Sentry.full.jpg new file mode 100644 index 00000000000..2a70f3b4ac8 Binary files /dev/null and b/Mage.Client/plugins/images/ISD/Thraben Sentry.full.jpg differ diff --git a/Mage/src/mage/abilities/keyword/TransformAbility.java b/Mage/src/mage/abilities/keyword/TransformAbility.java index dde131f7aa0..944b2ff984e 100644 --- a/Mage/src/mage/abilities/keyword/TransformAbility.java +++ b/Mage/src/mage/abilities/keyword/TransformAbility.java @@ -56,7 +56,7 @@ public class TransformAbility extends SimpleStaticAbility { @Override public String getRule() { - return "Transform"; + return ""; } } @@ -116,7 +116,7 @@ class TransformEffect extends ContinuousEffectImpl { @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 ""; } }