mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Adjusting font position and size of counter amount.
This commit is contained in:
parent
bab5df1385
commit
a2fe968582
2 changed files with 7 additions and 3 deletions
|
|
@ -27,12 +27,12 @@
|
|||
*/
|
||||
package mage.abilities.mana;
|
||||
|
||||
import mage.constants.Zone;
|
||||
import mage.Mana;
|
||||
import mage.abilities.costs.Cost;
|
||||
import mage.abilities.costs.common.TapSourceCost;
|
||||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.effects.common.DynamicManaEffect;
|
||||
import mage.constants.Zone;
|
||||
import mage.game.Game;
|
||||
|
||||
/**
|
||||
|
|
@ -46,6 +46,8 @@ public class DynamicManaAbility extends ManaAbility {
|
|||
|
||||
/**
|
||||
* TapSourceCost added by default
|
||||
* @param mana
|
||||
* @param amount
|
||||
*/
|
||||
public DynamicManaAbility(Mana mana, DynamicValue amount) {
|
||||
this(mana, amount, new TapSourceCost());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue