mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Added missing Scion subtype.
This commit is contained in:
parent
8a133a43d0
commit
59fabeee20
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ public enum CardRepository {
|
||||||
subtypes.add("Reflection");
|
subtypes.add("Reflection");
|
||||||
subtypes.add("Sand");
|
subtypes.add("Sand");
|
||||||
subtypes.add("Saproling");
|
subtypes.add("Saproling");
|
||||||
|
subtypes.add("Scion");
|
||||||
subtypes.add("Serf");
|
subtypes.add("Serf");
|
||||||
subtypes.add("Splinter");
|
subtypes.add("Splinter");
|
||||||
subtypes.add("Survivor");
|
subtypes.add("Survivor");
|
||||||
|
|
Loading…
Reference in a new issue