correction on Kona, Rescue Beastie

This commit is contained in:
xenohedron 2024-09-12 20:23:15 -04:00
parent 78ed652f82
commit e88ec4055c

View file

@ -27,7 +27,7 @@ public final class KonaRescueBeastie extends CardImpl {
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
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) {