Merge remote-tracking branch 'core/master' into AdventureModePort

This commit is contained in:
Anthony Calosa
2022-02-09 05:07:14 +08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -54,9 +54,9 @@ public final class CardType implements Comparable<CardType>, CardTypeView {
public enum CoreType {
Artifact(true, "artifacts"),
Conspiracy(false, "conspiracies"),
Enchantment(true, "enchantments"),
Creature(true, "creatures"),
Dungeon(false, "dungeons"),
Enchantment(true, "enchantments"),
Instant(false, "instants"),
Land(true, "lands"),
Phenomenon(false, "phenomenons"),