mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
C20 Tayam, Luminous Enigma (#6453)
* C20 Tayam, Luminous Enigma WIP * fix counter removal cost * add author tag * static * staticText
This commit is contained in:
parent
e1fd213e0f
commit
a1118292f2
3 changed files with 240 additions and 2 deletions
|
|
@ -23,10 +23,10 @@ import java.util.UUID;
|
|||
*/
|
||||
public class RemoveCounterCost extends CostImpl {
|
||||
|
||||
private TargetPermanent target;
|
||||
protected TargetPermanent target;
|
||||
private String name;
|
||||
private CounterType counterTypeToRemove;
|
||||
private int countersToRemove;
|
||||
protected int countersToRemove;
|
||||
|
||||
public RemoveCounterCost(TargetPermanent target) {
|
||||
this(target, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue