mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
text fix
This commit is contained in:
parent
06be26e98a
commit
05affe2dc7
2 changed files with 5 additions and 1 deletions
|
|
@ -125,6 +125,10 @@ public class DevourEffect extends ReplacementEffectImpl {
|
|||
|
||||
@Override
|
||||
public String getText(Mode mode) {
|
||||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
|
||||
String text = "Devour ";
|
||||
|
||||
String filterMessage = filterDevoured.getMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue