mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
update canBeOathbreaker check (#8556)
This commit is contained in:
@@ -373,6 +373,9 @@ public final class CardRules implements ICardCharacteristics {
|
||||
|
||||
public boolean canBeOathbreaker() {
|
||||
CardType type = mainPart.getType();
|
||||
if (mainPart.getOracleText().contains("can be your commander")) {
|
||||
return true;
|
||||
}
|
||||
return type.isPlaneswalker();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user