mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Adding some comments for future RemoveCounter expansion
This commit is contained in:
@@ -8,6 +8,10 @@ import forge.card.spellability.SpellAbility;
|
|||||||
|
|
||||||
public class CostRemoveCounter extends CostPart {
|
public class CostRemoveCounter extends CostPart {
|
||||||
// SubCounter<Num/Counter/{Type/TypeDescription}>
|
// SubCounter<Num/Counter/{Type/TypeDescription}>
|
||||||
|
|
||||||
|
// Here are the cards that have RemoveCounter<Type>
|
||||||
|
// Ion Storm, Noviken Sages, Ghave, Guru of Spores, Power Conduit (any Counter is tough),
|
||||||
|
// Quillspike, Rift Elemental, Sage of Fables, Spike Rogue
|
||||||
|
|
||||||
private Counters counter;
|
private Counters counter;
|
||||||
private int lastPaidAmount = 0;
|
private int lastPaidAmount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user