C20 Tayam, Luminous Enigma (#6453)

* C20 Tayam, Luminous Enigma WIP

* fix counter removal cost

* add author tag

* static

* staticText
This commit is contained in:
htrajan 2020-04-22 04:36:36 -07:00 committed by GitHub
parent e1fd213e0f
commit a1118292f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 240 additions and 2 deletions

View file

@ -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);