forked from External/mage
* Started reworking netmana to also handle mana sources that could only produce 2-4 colors. Not finished yet.
This commit is contained in:
parent
eba9e5925f
commit
97412e3e9e
44 changed files with 250 additions and 131 deletions
|
|
@ -62,7 +62,7 @@ class SolRingAbility extends BasicManaAbility {
|
|||
|
||||
public SolRingAbility() {
|
||||
super(new BasicManaEffect(Mana.ColorlessMana(2)));
|
||||
this.netMana.setColorless(2);
|
||||
this.netMana.add(new Mana(0,0,0,0,0,2,0));
|
||||
}
|
||||
|
||||
public SolRingAbility(final SolRingAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue