mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Show that the card was Exerted this turn in the card detail panel.
This commit is contained in:
@@ -532,6 +532,14 @@ public class CardDetailUtil {
|
||||
area.append("Must block " + mustBlockThese);
|
||||
}
|
||||
|
||||
// exerted
|
||||
if (card.isExertedThisTurn()) {
|
||||
if (area.length() != 0) {
|
||||
area.append("\n\n");
|
||||
}
|
||||
area.append("^Exerted^");
|
||||
}
|
||||
|
||||
//show current card colors if enabled
|
||||
String curCardColors = formatCurrentCardColors(state);
|
||||
if (!curCardColors.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user