forked from External/mage
fixed Damping Sphere not reducing sources of conditional mana (such as Eldrazi Temple and Mishra's Workshop)
This commit is contained in:
parent
211f36c3cd
commit
342b4486e8
2 changed files with 5 additions and 35 deletions
|
|
@ -54,4 +54,7 @@ public class AddConditionalManaEffect extends ManaEffect {
|
|||
return manaBuilder.setMana(mana, source, game).build();
|
||||
}
|
||||
|
||||
public Mana getMana() {
|
||||
return mana;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue