Some minor changes.

This commit is contained in:
LevelX2 2017-09-16 02:01:25 +02:00
parent ed8a1be552
commit b6212a943a
2 changed files with 5 additions and 1 deletions

View file

@ -272,6 +272,10 @@ public enum MythicspoilerComSource implements CardImageSource {
cardNameAliases.put("AKH-reducerumble", "reducerubble"); cardNameAliases.put("AKH-reducerumble", "reducerubble");
cardNameAliases.put("AKH-forsakethewordly", "forsaketheworldly"); cardNameAliases.put("AKH-forsakethewordly", "forsaketheworldly");
cardNameAliases.put("AKH-kefnatsmonument", "kefnetsmonument"); cardNameAliases.put("AKH-kefnatsmonument", "kefnetsmonument");
cardNameAliases.put("XLN-kinjaliscaller", "kinjalliscaller");
cardNameAliases.put("XLN-lookoutsdecision", "lookoutsdispersal");
cardNameAliases.put("XLN-infuriatedgladiodon", "ragingswordtooth");
cardNameAliases.put("XLN-redoubledvolley", "repeatingbarrage");
cardNameAliasesStart = new HashMap<>(); cardNameAliasesStart = new HashMap<>();
HashSet<String> names = new HashSet<>(); HashSet<String> names = new HashSet<>();

View file

@ -45,7 +45,7 @@ import mage.filter.predicate.permanent.AnotherPredicate;
*/ */
public class RagingSwordtooth extends CardImpl { public class RagingSwordtooth extends CardImpl {
private static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature"); private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature");
static { static {
filter.add(new AnotherPredicate()); filter.add(new AnotherPredicate());