mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Adjust "Any number of" oracle text
Took 5 minutes
This commit is contained in:
parent
ecd3c7b269
commit
0d33a79387
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ FormatRulesNameMap OracleImporter::createDefaultMagicFormats()
|
|||
CardCondition anyNumberAllowed;
|
||||
anyNumberAllowed.field = "text";
|
||||
anyNumberAllowed.matchType = "contains";
|
||||
anyNumberAllowed.value = "may contain any number of";
|
||||
anyNumberAllowed.value = "A deck can have any number of";
|
||||
|
||||
ExceptionRule mayContainAnyNumber;
|
||||
mayContainAnyNumber.conditions.append(anyNumberAllowed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue