mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[ZNR] fixed Inscriptions kicker cost text (#7044)
This commit is contained in:
parent
20e7c7cda3
commit
f450de0d51
4 changed files with 7 additions and 6 deletions
|
|
@ -12,6 +12,10 @@ import mage.game.Game;
|
|||
*/
|
||||
public class KickerWithAnyNumberModesAbility extends KickerAbility implements OptionalAdditionalModeSourceCosts {
|
||||
|
||||
public KickerWithAnyNumberModesAbility(String manaString) {
|
||||
super(manaString);
|
||||
}
|
||||
|
||||
public KickerWithAnyNumberModesAbility(Cost cost) {
|
||||
super(cost);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue