mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Faithful Squire - Removed the incorrect EntersTheBattlefieldAbility (gave two counters on netering the battlefield.
This commit is contained in:
parent
83ad29b0a9
commit
cf10d391f6
1 changed files with 0 additions and 2 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue