mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Show [P/T] overlay for vehicles in desktop Forge.
This commit is contained in:
@@ -503,6 +503,9 @@ public class CardPanel extends SkinnedPanel implements CardContainer, IDisposabl
|
||||
else if (state.isCreature()) {
|
||||
sPt = String.format("%d/%d", state.getPower(), state.getToughness());
|
||||
}
|
||||
else if (state.getType().hasSubtype("Vehicle")) {
|
||||
sPt = String.format("[%d/%d]", state.getPower(), state.getToughness());
|
||||
}
|
||||
else if (state.isPlaneswalker()) {
|
||||
sPt = String.valueOf(state.getLoyalty());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user