mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Added missing creature type "Servo" to the creature type list.
This commit is contained in:
parent
eb3445b273
commit
fa4cf8161d
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ public enum CardRepository {
|
|||
subtypes.add("Saproling");
|
||||
subtypes.add("Scion");
|
||||
subtypes.add("Serf");
|
||||
subtypes.add("Servo");
|
||||
subtypes.add("Splinter");
|
||||
subtypes.add("Survivor");
|
||||
subtypes.add("Tetravite");
|
||||
|
|
Loading…
Reference in a new issue