MKM - Case stuff (#4566)

This commit is contained in:
Northmoc
2024-01-21 04:42:28 -05:00
committed by GitHub
parent 8276b99a39
commit aa847acf04
7 changed files with 46 additions and 10 deletions

View File

@@ -308,9 +308,9 @@ public class FCardImageRenderer {
int textY = typeY + typeBoxHeight;
int ptY = textY + textBoxHeight;
// Adjust layout for Saga, Class and Dungeon cards
// Adjust layout for Saga, Class, Case and Dungeon cards
boolean isSaga = state.getType().hasSubtype("Saga");
boolean isClass = state.getType().hasSubtype("Class");
boolean isClass = state.getType().hasSubtype("Class") || state.getType().hasSubtype("Case");
boolean isDungeon = state.getType().isDungeon();
if (isSaga || isClass || isDungeon) {
// Move type line to the bottom