Merge origin/master

This commit is contained in:
emerald000 2017-01-31 11:08:07 -05:00
commit 03e228d875
2 changed files with 83 additions and 2 deletions

View file

@ -60,8 +60,7 @@ public class NarnamRenegade extends CardImpl {
this.addAbility(
new EntersBattlefieldAbility(
new AddCountersSourceEffect(CounterType.P1P1.createInstance()),
false,
RevoltCondition.getInstance(),
false, RevoltCondition.getInstance(),
"<i>Revolt</i> &mdash; {this} enters the battlefield with a +1/+1 counter on it if a permanent you controlled left the battlefield this turn", null),
new RevoltWatcher()
);