mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[M21] a few text fixes
This commit is contained in:
parent
0d3c4a946b
commit
d8137e7e05
3 changed files with 3 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ public class ChooseACardNameEffect extends OneShotEffect {
|
|||
|
||||
public enum TypeOfName {
|
||||
ALL("card name", CardRepository.instance::getNames),
|
||||
NOT_BASIC_LAND_NAME("card name other than a basic land card", CardRepository.instance::getNotBasicLandNames),
|
||||
NOT_BASIC_LAND_NAME("card name other than a basic land card name", CardRepository.instance::getNotBasicLandNames),
|
||||
NONBASIC_LAND_NAME("nonbasic land card name", CardRepository.instance::getNonbasicLandNames),
|
||||
NON_ARTIFACT_AND_NON_LAND_NAME("nonartifact, nonland card name", CardRepository.instance::getNonArtifactAndNonLandNames),
|
||||
NON_LAND_AND_NON_CREATURE_NAME("nonland and non creature name", CardRepository.instance::getNonLandAndNonCreatureNames),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue