mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[SHM] various text fixes
This commit is contained in:
parent
7f95929288
commit
8999a6e647
40 changed files with 121 additions and 121 deletions
|
|
@ -144,12 +144,7 @@ public class ConspireAbility extends StaticAbility implements OptionalAdditional
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (conspireCost != null) {
|
||||
sb.append(conspireCost.getText(false));
|
||||
sb.append(' ').append(conspireCost.getReminderText());
|
||||
}
|
||||
return sb.toString();
|
||||
return "Conspire <i>(" + reminderText + ")</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue