forked from External/mage
Added AddCounterAttachedEffect.
This commit is contained in:
parent
811d4409ec
commit
0751b934ac
2 changed files with 115 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ public class AddCountersSourceEffect extends OneShotEffect<AddCountersSourceEffe
|
|||
|
||||
private void setText() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
// put a +1/+1 counter on it for each attacking creature you control.
|
||||
sb.append("put ");
|
||||
if (counter.getCount() > 1) {
|
||||
sb.append(CardUtil.numberToText(counter.getCount())).append(" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue