diff --git a/Mage.Sets/src/mage/cards/k/KonaRescueBeastie.java b/Mage.Sets/src/mage/cards/k/KonaRescueBeastie.java index a8973914eea..4a873f29b50 100644 --- a/Mage.Sets/src/mage/cards/k/KonaRescueBeastie.java +++ b/Mage.Sets/src/mage/cards/k/KonaRescueBeastie.java @@ -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) {