- ORI: Added 2 Renown cards

This commit is contained in:
swordshine
2015-06-23 10:44:04 +00:00
parent 431554e8b5
commit f4bf0e4fc7
9 changed files with 115 additions and 3 deletions

View File

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