mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Urborg, Tomb of Yawgmoth - Fixed tooltip text.
This commit is contained in:
parent
c2b91bfd61
commit
6fd86cf7c3
2 changed files with 12 additions and 10 deletions
|
|
@ -141,8 +141,9 @@ public class GainAbilityAllEffect extends ContinuousEffectImpl {
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText(Mode mode) {
|
||||
if(staticText != null && !staticText.isEmpty()) {
|
||||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue