mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Commander 2014: Added Teferi, Temporal Archmage
This commit is contained in:
@@ -131,9 +131,8 @@ public enum DeckFormat {
|
||||
if (null == cmd || cmd.isEmpty()) {
|
||||
return "is missing a commander";
|
||||
}
|
||||
if (!cmd.get(0).getRules().getType().isLegendary()
|
||||
|| !cmd.get(0).getRules().getType().isCreature()) {
|
||||
// TODO: Teferi, Temporal Archmage
|
||||
if (!cmd.get(0).getRules().getOracleText().contains("can be your commander")
|
||||
&& (!cmd.get(0).getRules().getType().isLegendary() || !cmd.get(0).getRules().getType().isCreature())) {
|
||||
return "has a commander that is not a legendary creature";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user