mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Images. fix for transform rules text.
This commit is contained in:
parent
16ced2b07e
commit
41aae0c71d
3 changed files with 2 additions and 2 deletions
BIN
Mage.Client/plugins/images/ISD/Thraben Militia.full.jpg
Normal file
BIN
Mage.Client/plugins/images/ISD/Thraben Militia.full.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
Mage.Client/plugins/images/ISD/Thraben Sentry.full.jpg
Normal file
BIN
Mage.Client/plugins/images/ISD/Thraben Sentry.full.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
|
|
@ -56,7 +56,7 @@ public class TransformAbility extends SimpleStaticAbility {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Transform";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -116,7 +116,7 @@ class TransformEffect extends ContinuousEffectImpl<TransformEffect> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getText(Mode mode) {
|
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 "";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue