Faithful Squire - Removed the incorrect EntersTheBattlefieldAbility (gave two counters on netering the battlefield.

This commit is contained in:
LevelX2 2013-07-03 20:18:54 +02:00
parent 83ad29b0a9
commit cf10d391f6

View file

@ -78,8 +78,6 @@ public class FaithfulSquire extends CardImpl<FaithfulSquire> {
// Whenever you cast a Spirit or Arcane spell, you may put a ki counter on Faithful Squire.
this.addAbility(new SpellCastTriggeredAbility(new AddCountersSourceEffect(CounterType.KI.createInstance()), filter, true));
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.KI.createInstance(2)), false));
// At the beginning of the end step, if there are two or more ki counters on Faithful Squire, you may flip it
this.addAbility(new ConditionalTriggeredAbility(
new OnEventTriggeredAbility(GameEvent.EventType.END_TURN_STEP_PRE, "beginning of the end step", true, new FlipSourceEffect()),