mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Some minor changes.
This commit is contained in:
parent
ed8a1be552
commit
b6212a943a
2 changed files with 5 additions and 1 deletions
|
|
@ -272,6 +272,10 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
cardNameAliases.put("AKH-reducerumble", "reducerubble");
|
||||
cardNameAliases.put("AKH-forsakethewordly", "forsaketheworldly");
|
||||
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<>();
|
||||
HashSet<String> names = new HashSet<>();
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import mage.filter.predicate.permanent.AnotherPredicate;
|
|||
*/
|
||||
public class RagingSwordtooth extends CardImpl {
|
||||
|
||||
private static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature");
|
||||
private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("other creature");
|
||||
|
||||
static {
|
||||
filter.add(new AnotherPredicate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue