mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add some colorless mana to DevMode - Generate Mana
This commit is contained in:
@@ -127,7 +127,7 @@ public class GuiDisplayUtil implements NewConstants {
|
|||||||
Card dummy = new Card();
|
Card dummy = new Card();
|
||||||
dummy.setOwner(AllZone.HumanPlayer);
|
dummy.setOwner(AllZone.HumanPlayer);
|
||||||
dummy.setController(AllZone.HumanPlayer);
|
dummy.setController(AllZone.HumanPlayer);
|
||||||
Ability_Mana abMana = new Ability_Mana(dummy, "0", "W U B G R", 10) {
|
Ability_Mana abMana = new Ability_Mana(dummy, "0", "W U B G R 1", 10) {
|
||||||
private static final long serialVersionUID = -2164401486331182356L;
|
private static final long serialVersionUID = -2164401486331182356L;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user