add CardProperty IsNotCommander (fixes Slash the Ranks for AI)

This commit is contained in:
Tim Mocny
2020-11-04 19:46:14 +00:00
committed by Hans Mackowiak
parent b664c2393e
commit 85357aba2c
3 changed files with 7 additions and 5 deletions

View File

@@ -446,7 +446,7 @@ public final class CardScriptParser {
"hasActivatedAbility", "hasManaAbility",
"hasNonManaActivatedAbility", "NoAbilities", "HasCounters",
"wasNotCast", "ChosenType", "IsNotChosenType", "IsCommander",
"IsRenowned", "IsNotRenowned");
"IsNotCommander","IsRenowned", "IsNotRenowned");
private static final Set<String> VALID_EXCLUSIVE_STARTSWITH = ImmutableSortedSet
.of("named", "notnamed", "OwnedBy", "ControlledBy",
"ControllerControls", "AttachedTo", "EnchantedBy",