Adding some comments for future RemoveCounter expansion

This commit is contained in:
Sol
2011-10-24 02:49:22 +00:00
parent 66975a7f22
commit c69a27e345

View File

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