[MPS-AKH] Added Amonkhet Masterpiece reprints. [MM3] Token updates

This commit is contained in:
fireshoes 2017-03-29 10:42:43 -05:00
parent 212f963b43
commit 1bf2d1782c
23 changed files with 198 additions and 39 deletions

View file

@ -44,7 +44,7 @@ public class SaprolingToken extends Token {
final static private List<String> tokenImageSets = new ArrayList<>();
static {
tokenImageSets.addAll(Arrays.asList("10E", "ALA", "DDE", "DDH", "DDJ", "M12", "M13", "M14", "MM2", "MMA", "RTR", "C15"));
tokenImageSets.addAll(Arrays.asList("10E", "ALA", "DDE", "DDH", "DDJ", "M12", "M13", "M14", "MM2", "MMA", "RTR", "C15", "MM3", "C16"));
}
public SaprolingToken() {