mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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
|
||||
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 "";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue