mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix the ability text in a useful place instead
This commit is contained in:
parent
ea6f3c05de
commit
6814efd87f
2 changed files with 4 additions and 5 deletions
|
|
@ -154,10 +154,10 @@ public class GainAbilityAllEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
if (quotes) {
|
||||
sb.append('"');
|
||||
sb.append(CardUtil.stripReminderText(CardUtil.getTextWithFirstCharUpperCase(ability.getRule())));
|
||||
sb.append(CardUtil.getTextWithFirstCharUpperCase(ability.getRule()));
|
||||
sb.append('"');
|
||||
} else {
|
||||
sb.append(ability.getRule());
|
||||
sb.append(CardUtil.stripReminderText(ability.getRule()));
|
||||
}
|
||||
if (!duration.toString().isEmpty()) {
|
||||
sb.append(' ').append(duration.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue