mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
correction on Kona, Rescue Beastie
This commit is contained in:
parent
78ed652f82
commit
e88ec4055c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public final class KonaRescueBeastie extends CardImpl {
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
// Survival - At the beginning of your second main phase, if Kona, Rescue Beastie is tapped, you may put a permanent card from your hand onto the battlefield
|
// Survival - At the beginning of your second main phase, if Kona, Rescue Beastie is tapped, you may put a permanent card from your hand onto the battlefield
|
||||||
this.addAbility(new SurvivalAbility(new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_CREATURE_A)));
|
this.addAbility(new SurvivalAbility(new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_A_PERMANENT)));
|
||||||
}
|
}
|
||||||
|
|
||||||
private KonaRescueBeastie(final KonaRescueBeastie card) {
|
private KonaRescueBeastie(final KonaRescueBeastie card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue