mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
add CardProperty IsNotCommander (fixes Slash the Ranks for AI)
This commit is contained in:
committed by
Hans Mackowiak
parent
b664c2393e
commit
85357aba2c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user