Added AddCounterAttachedEffect.

This commit is contained in:
LevelX2 2013-09-14 16:20:58 +02:00
parent 811d4409ec
commit 0751b934ac
2 changed files with 115 additions and 1 deletions

View file

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