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