[SHM] various text fixes

This commit is contained in:
Evan Kranzler 2022-03-07 22:53:52 -05:00
parent 7f95929288
commit 8999a6e647
40 changed files with 121 additions and 121 deletions

View file

@ -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