mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Merge pull request #1844 from drmDev/master
SilentSkimmer and PyreHound bug fixes
This commit is contained in:
commit
90507f4c55
4 changed files with 6 additions and 4 deletions
|
|
@ -60,7 +60,6 @@ public class SilentSkimmer extends CardImpl {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
// Whenever Silent Skimmer attacks, defending player loses 2 life.
|
||||
this.addAbility(new AttacksTriggeredAbility(new LoseLifeDefendingPlayerEffect(2, true), false));
|
||||
|
||||
}
|
||||
|
||||
public SilentSkimmer(final SilentSkimmer card) {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ public class PyreHound extends CardImpl {
|
|||
this.addAbility(TrampleAbility.getInstance());
|
||||
// Whenever you cast an instant or sorcery spell, put a +1/+1 counter on Pyre Hound.
|
||||
this.addAbility(new SpellCastControllerTriggeredAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance()),
|
||||
new FilterInstantOrSorcerySpell("an instant or sorcery spell"), true));
|
||||
new FilterInstantOrSorcerySpell("an instant or sorcery spell"), false));
|
||||
}
|
||||
|
||||
public PyreHound(final PyreHound card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue