mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
GUI: deck legality and themes improves:
* Improved formats list in deck legality panel (#6854); * Added hide button to deck legality panel (#6854); * Fixed themes names and added theme info in startup logs;
This commit is contained in:
parent
c9c1bc2b90
commit
309b3f5636
7 changed files with 46 additions and 17 deletions
|
|
@ -136,7 +136,7 @@ enum RegenerationShieldsHint implements Hint {
|
|||
@Override
|
||||
public String getText(Game game, Ability ability) {
|
||||
int amount = RegenerateSourceEffect.getRegenerationShieldsAmount(game, ability.getSourceId());
|
||||
String info = "Regeneration shields: " + amount + " (permanent will be regenerated instead destroy)";
|
||||
String info = "Regeneration shields: " + amount + " (permanent will be regenerated instead of destroyed)";
|
||||
if (amount > 0) {
|
||||
return HintUtils.prepareText(info, null, HintUtils.HINT_ICON_GOOD);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue