- Initial checkin for Additive Mana Conversion Static Ability (Restrictive Conversions currently not 100% correct)

- Added Mycosynth Lattice
- Fixed Sunglasses of Urza
This commit is contained in:
Sol
2014-02-09 02:37:09 +00:00
parent 537f95c79d
commit c8eed79a2a
7 changed files with 58 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ public class MagicColor {
/** The only colors. */
public static final ImmutableList<String> ONLY_COLORS = ImmutableList.of(WHITE, BLUE, BLACK, RED, GREEN);
public static final ImmutableList<String> COLORS_AND_COLORLESS = ImmutableList.of(WHITE, BLUE, BLACK, RED, GREEN, COLORLESS);
/** The Snow. */
public static final String SNOW = "snow";