mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
check 4 traditionality of card
This commit is contained in:
@@ -112,7 +112,7 @@ public final class CardPrinted implements Comparable<CardPrinted>, InventoryItem
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isTraditional() {
|
public boolean isTraditional() {
|
||||||
return !(getType().contains("Vanguard") || getType().contains("Scheme") || getType().contains("Plane"));
|
return !getCard().getType().isVanguard();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user