mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Adventure: add - separator
This commit is contained in:
@@ -2001,7 +2001,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
// add Adventure to AbilityText
|
// add Adventure to AbilityText
|
||||||
if (sa.isAdventure() && state.getView().getState().equals(CardStateName.Original)) {
|
if (sa.isAdventure() && state.getView().getState().equals(CardStateName.Original)) {
|
||||||
StringBuilder sbSA = new StringBuilder();
|
StringBuilder sbSA = new StringBuilder();
|
||||||
sbSA.append("Adventure ").append(getState(CardStateName.Adventure).getName());
|
sbSA.append("Adventure — ").append(getState(CardStateName.Adventure).getName());
|
||||||
if (sa.getPayCosts() != null) {
|
if (sa.getPayCosts() != null) {
|
||||||
sbSA.append(" ").append(sa.getPayCosts().toSimpleString());
|
sbSA.append(" ").append(sa.getPayCosts().toSimpleString());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user