[M21] a few text fixes

This commit is contained in:
Evan Kranzler 2022-03-03 09:19:17 -05:00
parent 0d3c4a946b
commit d8137e7e05
3 changed files with 3 additions and 4 deletions

View file

@ -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),