mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Small tweak to Suspend Spell Description
This commit is contained in:
@@ -1133,7 +1133,7 @@ public class CardFactoryUtil {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
final StringBuilder sbDesc = new StringBuilder();
|
final StringBuilder sbDesc = new StringBuilder();
|
||||||
sbDesc.append("Suspend ").append(suspendCounters).append(": ").append(suspendCost);
|
sbDesc.append("Suspend ").append(suspendCounters).append(" - ").append(suspendCost);
|
||||||
suspend.setDescription(sbDesc.toString());
|
suspend.setDescription(sbDesc.toString());
|
||||||
|
|
||||||
final StringBuilder sbStack = new StringBuilder();
|
final StringBuilder sbStack = new StringBuilder();
|
||||||
|
|||||||
Reference in New Issue
Block a user