mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge remote-tracking branch 'core/master' into AdventureModePort
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user